POST api/WarehouseReceipts/{WRId}/Print
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| WRId | string |
None. |
Body Parameters
PrintInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WRId | globally unique identifier |
None. |
|
| UTCOffset | time interval |
None. |
|
| WMSDocumentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"WRId": "2b23ab24-2e74-4bff-90a8-b444daf95f28",
"UTCOffset": "00:00:00.1234567",
"WMSDocumentId": 3
}
application/xml, text/xml
Sample:
<PrintInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <UTCOffset>PT0.1234567S</UTCOffset> <WMSDocumentId>3</WMSDocumentId> <WRId>2b23ab24-2e74-4bff-90a8-b444daf95f28</WRId> </PrintInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"WRId":"2b23ab24-2e74-4bff-90a8-b444daf95f28","UTCOffset":"00:00:00.1234567","WMSDocumentId":3}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.