POST api/printBatch/details/printed?printedTimeUtc={printedTimeUtc}
Mark all the details that are provided as printed at the same time
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
printedTimeUtc |
Printed time Utc |
string |
None. |
Body Parameters
List of detail identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "32daddc0-221e-45e1-b651-7be1b74591ee", "52c63fee-9462-4449-93e6-4b2e7b0666cf" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>32daddc0-221e-45e1-b651-7be1b74591ee</guid> <guid>52c63fee-9462-4449-93e6-4b2e7b0666cf</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.