POST api/printBatch/details/printed?printedTimeUtc={printedTimeUtc}
Mark all the details that are provided as printed at the same time, only for EMC UI
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:
[ "7eb62ea0-0c14-456b-9015-5efa02f1c643", "926b0a4d-a376-4712-9e2a-c03254af8a79" ]
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>7eb62ea0-0c14-456b-9015-5efa02f1c643</guid> <guid>926b0a4d-a376-4712-9e2a-c03254af8a79</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.