PUT api/production_line/screen/process_print
Request Information
URI Parameters
None.
Body Parameters
md_doc_id| Name | Description | Type | Additional information |
|---|---|---|---|
| doc_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"doc_id": 1
}
application/xml, text/xml
Sample:
<md_doc_id xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models"> <doc_id>1</doc_id> </md_doc_id>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.