POST api/WarehouseReceipts/PrintMultiple
Request Information
URI Parameters
None.
Body Parameters
MultiPrintInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WRIds | Collection of globally unique identifier |
None. |
|
| UTCOffset | time interval |
None. |
|
| WMSDocumentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"WRIds": [
"74696b05-6850-4c23-ae07-94f3fb5a802b",
"d55bf989-2fd3-4ffc-84d1-9a4dfdd7942d"
],
"UTCOffset": "00:00:00.1234567",
"WMSDocumentId": 2
}
application/xml, text/xml
Sample:
<MultiPrintInputModel 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>2</WMSDocumentId>
<WRIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>74696b05-6850-4c23-ae07-94f3fb5a802b</d2p1:guid>
<d2p1:guid>d55bf989-2fd3-4ffc-84d1-9a4dfdd7942d</d2p1:guid>
</WRIds>
</MultiPrintInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"WRIds":["74696b05-6850-4c23-ae07-94f3fb5a802b","d55bf989-2fd3-4ffc-84d1-9a4dfdd7942d"],"UTCOffset":"00:00:00.1234567","WMSDocumentId":2}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.