POST api/ComplianceControl/CC_DeliveryNote_TransitPrintLabel

Request Information

URI Parameters

None.

Body Parameters

CC_DeliveryNote_TransitPrintLabelRequest
NameDescriptionTypeAdditional information
DeviceUniqueId

string

None.

IdOperator

integer

None.

IdDeliveryNote

integer

None.

TransitDeliveryNotes

Collection of TransitCompliantCheckComplete

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceUniqueId": "sample string 1",
  "IdOperator": 2,
  "IdDeliveryNote": 3,
  "TransitDeliveryNotes": [
    {
      "IdOutDeliveryNoteTransit": 1,
      "OperativeUnit": {
        "IdOperativeUnit": 1,
        "IdOperativeUnitType": 2,
        "Code": "sample string 3",
        "Description": "sample string 4"
      },
      "LabelQuantity": 1,
      "Note": "sample string 2"
    },
    {
      "IdOutDeliveryNoteTransit": 1,
      "OperativeUnit": {
        "IdOperativeUnit": 1,
        "IdOperativeUnitType": 2,
        "Code": "sample string 3",
        "Description": "sample string 4"
      },
      "LabelQuantity": 1,
      "Note": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<CC_DeliveryNote_TransitPrintLabelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">
  <DeviceUniqueId>sample string 1</DeviceUniqueId>
  <IdDeliveryNote>3</IdDeliveryNote>
  <IdOperator>2</IdOperator>
  <TransitDeliveryNotes>
    <TransitCompliantCheckComplete>
      <IdOutDeliveryNoteTransit>1</IdOutDeliveryNoteTransit>
      <LabelQuantity>1</LabelQuantity>
      <Note>sample string 2</Note>
      <OperativeUnit>
        <Code>sample string 3</Code>
        <Description>sample string 4</Description>
        <IdOperativeUnit>1</IdOperativeUnit>
        <IdOperativeUnitType>2</IdOperativeUnitType>
      </OperativeUnit>
    </TransitCompliantCheckComplete>
    <TransitCompliantCheckComplete>
      <IdOutDeliveryNoteTransit>1</IdOutDeliveryNoteTransit>
      <LabelQuantity>1</LabelQuantity>
      <Note>sample string 2</Note>
      <OperativeUnit>
        <Code>sample string 3</Code>
        <Description>sample string 4</Description>
        <IdOperativeUnit>1</IdOperativeUnit>
        <IdOperativeUnitType>2</IdOperativeUnitType>
      </OperativeUnit>
    </TransitCompliantCheckComplete>
  </TransitDeliveryNotes>
</CC_DeliveryNote_TransitPrintLabelRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CC_DeliveryNote_TransitPrintLabelResult

Response Formats

application/json, text/json

Sample:
0

application/xml, text/xml

Sample:
<CC_Enumerators.CC_DeliveryNote_TransitPrintLabelResult xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">GenericError</CC_Enumerators.CC_DeliveryNote_TransitPrintLabelResult>