POST api/printBatchDetails/print

Request Information

URI Parameters

None.

Body Parameters

PrintedBatchDetail
NameDescriptionTypeAdditional information
Details

Collection of globally unique identifier

None.

Printed

date

None.

PrintedUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "details": [
    "e0f37e85-b518-4a47-a8e2-d13cfddfbf7b",
    "d943e6e5-f654-4f86-a9e8-2c5d0ddcdba1"
  ],
  "printed": "2026-06-03T18:32:23.9235782",
  "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>e0f37e85-b518-4a47-a8e2-d13cfddfbf7b</d2p1:guid>
    <d2p1:guid>d943e6e5-f654-4f86-a9e8-2c5d0ddcdba1</d2p1:guid>
  </Details>
  <Printed>2026-06-03T18:32:23.9235782+00:00</Printed>
  <PrintedUser>sample string 2</PrintedUser>
</PrintedBatchDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.