POST api/printBatchDetails/print
Request Information
URI Parameters
None.
Body Parameters
PrintedBatchDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Details | Collection of globally unique identifier |
None. |
|
| Printed | date |
None. |
|
| PrintedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"details": [
"163d2be3-77d3-44d1-8e9e-fe04e78ede1d",
"1be1519b-ed9b-4617-b61d-68ff6fd794ab"
],
"printed": "2026-04-03T06:27:07.567072",
"printedUser": "sample string 2"
}
application/xml, text/xml
Sample:
<PrintedBatchDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels">
<Details xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>163d2be3-77d3-44d1-8e9e-fe04e78ede1d</d2p1:guid>
<d2p1:guid>1be1519b-ed9b-4617-b61d-68ff6fd794ab</d2p1:guid>
</Details>
<Printed>2026-04-03T06:27:07.567072+00:00</Printed>
<PrintedUser>sample string 2</PrintedUser>
</PrintedBatchDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.