POST api/printBatch/details/printed/{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:
[ "415ecb44-d981-47cd-81d6-b4be867567d3", "7935f7cf-e30d-4b21-bf25-6f3c79dfd2ce" ]
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>415ecb44-d981-47cd-81d6-b4be867567d3</guid> <guid>7935f7cf-e30d-4b21-bf25-6f3c79dfd2ce</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.