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:
[ "405256ca-292d-49b7-9c4b-9e1615783e5d", "500a069f-38cc-4087-acc7-88f8d6b393a0" ]
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>405256ca-292d-49b7-9c4b-9e1615783e5d</guid> <guid>500a069f-38cc-4087-acc7-88f8d6b393a0</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.