POST api/process/accept
Request Information
URI Parameters
None.
Body Parameters
JobAcceptRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessLogID | integer |
None. |
|
| JobCardNo | string |
None. |
|
| AcceptedQty | integer |
None. |
|
| AcceptedBy | string |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProcessLogID": 1,
"JobCardNo": "sample string 2",
"AcceptedQty": 3,
"AcceptedBy": "sample string 4",
"Remarks": "sample string 5"
}
application/xml, text/xml
Sample:
<JobAcceptRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pressapi.Models"> <AcceptedBy>sample string 4</AcceptedBy> <AcceptedQty>3</AcceptedQty> <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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.