POST api/Booking/{bookingId}/Print
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingId | string |
None. |
Body Parameters
PrintDocumentInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityId | globally unique identifier |
None. |
|
| UTCOffset | time interval |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntityId": "8976b0e0-d247-414f-a54e-40702bd8a83d",
"UTCOffset": "00:00:00.1234567"
}
application/xml, text/xml
Sample:
<PrintDocumentInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <EntityId>8976b0e0-d247-414f-a54e-40702bd8a83d</EntityId> <UTCOffset>PT0.1234567S</UTCOffset> </PrintDocumentInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"EntityId":"8976b0e0-d247-414f-a54e-40702bd8a83d","UTCOffset":"00:00:00.1234567"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.