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:
[ "7550b0f6-9be3-4dc3-aad3-8a849c0fa830", "13d4178d-0f17-4eda-896a-2e074413d82b" ]
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>7550b0f6-9be3-4dc3-aad3-8a849c0fa830</guid> <guid>13d4178d-0f17-4eda-896a-2e074413d82b</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.