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:
[ "31c95945-f219-4005-899e-4cf24f0f7eb7", "d5d57b00-fced-4a81-9bae-a4bc6b8a59a3" ]
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>31c95945-f219-4005-899e-4cf24f0f7eb7</guid> <guid>d5d57b00-fced-4a81-9bae-a4bc6b8a59a3</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.