POST api/process/accept

Request Information

URI Parameters

None.

Body Parameters

JobAcceptRequest
NameDescriptionTypeAdditional information
ProcessLogID

integer

None.

JobCardNo

string

None.

AcceptedQty

integer

None.

AcceptedBy

string

None.

Remarks

string

None.

DeviationReason

string

None.

AcceptedAt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ProcessLogID": 1,
  "JobCardNo": "sample string 2",
  "AcceptedQty": 3,
  "AcceptedBy": "sample string 4",
  "Remarks": "sample string 5",
  "DeviationReason": "sample string 6",
  "AcceptedAt": "2026-08-05T17:26:26.4746789+05:30"
}

application/xml, text/xml

Sample:
<JobAcceptRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pressapi.Models">
  <AcceptedAt>2026-08-05T17:26:26.4746789+05:30</AcceptedAt>
  <AcceptedBy>sample string 4</AcceptedBy>
  <AcceptedQty>3</AcceptedQty>
  <DeviationReason>sample string 6</DeviationReason>
  <JobCardNo>sample string 2</JobCardNo>
  <ProcessLogID>1</ProcessLogID>
  <Remarks>sample string 5</Remarks>
</JobAcceptRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.