POST api/printBatch/details/printed/{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:
[ "f008024d-4c89-4d9d-a603-51adfdb39656", "654380b5-c43c-41d0-8ef5-00e604564c4b" ]
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>f008024d-4c89-4d9d-a603-51adfdb39656</guid> <guid>654380b5-c43c-41d0-8ef5-00e604564c4b</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.