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:
[ "d9d64b9f-7ce6-4fb6-bfec-e838f6dc0384", "ad930658-01e6-4b3e-b2ee-651a230ff414" ]
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>d9d64b9f-7ce6-4fb6-bfec-e838f6dc0384</guid> <guid>ad930658-01e6-4b3e-b2ee-651a230ff414</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.