POST api/PrepareMixedHeader/Save
Request Information
URI Parameters
None.
Body Parameters
PrepareMixedHeader_SaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceUniqueId | string |
None. |
|
| IdOperator | integer |
None. |
|
| RollHeader | MixedRollHeader |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceUniqueId": "sample string 1",
"IdOperator": 2,
"RollHeader": {
"IdHeader": 1,
"Code": "sample string 2",
"IdUnloadingPoint": 3,
"UPCode": "sample string 4",
"UPDescription": "sample string 5",
"DeliveryDate": "2025-12-09T02:24:00.5708792+01:00",
"IdCustomer": 6,
"Customer": "sample string 7",
"UrgencyLevel": 0,
"KanBan": true,
"Frigo": true,
"Flammable": true,
"Cytotoxic": true,
"Frozen": true,
"Version": 13,
"VolumeType": "sample string 14",
"DeliveryNotes": [
{
"IdDeliveryNote": 1,
"Transit": true,
"DeliveryNoteType": "sample string 3",
"DeliveryNoteNumber": "sample string 4",
"DeliveryNoteDate": "2025-12-09T02:24:00.5708792+01:00",
"DeliveryNoteCode": "sample string 6",
"Status": 0,
"IdOperativeUnit": 7,
"OUCode": "sample string 8",
"OUDescription": "sample string 9",
"IdCustomer": 10,
"Customer": "sample string 11",
"IdPickingList": 1,
"PickingListType": "sample string 12",
"PickingListNumber": "sample string 13",
"PickingListDate": "2025-12-09T02:24:00.5708792+01:00",
"PickingListStatus": 0,
"PickingListUrgency": 0
},
{
"IdDeliveryNote": 1,
"Transit": true,
"DeliveryNoteType": "sample string 3",
"DeliveryNoteNumber": "sample string 4",
"DeliveryNoteDate": "2025-12-09T02:24:00.5708792+01:00",
"DeliveryNoteCode": "sample string 6",
"Status": 0,
"IdOperativeUnit": 7,
"OUCode": "sample string 8",
"OUDescription": "sample string 9",
"IdCustomer": 10,
"Customer": "sample string 11",
"IdPickingList": 1,
"PickingListType": "sample string 12",
"PickingListNumber": "sample string 13",
"PickingListDate": "2025-12-09T02:24:00.5708792+01:00",
"PickingListStatus": 0,
"PickingListUrgency": 0
}
]
}
}
application/xml, text/xml
Sample:
<PrepareMixedHeader_SaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">
<DeviceUniqueId>sample string 1</DeviceUniqueId>
<IdOperator>2</IdOperator>
<RollHeader>
<Code>sample string 2</Code>
<Customer>sample string 7</Customer>
<Cytotoxic>true</Cytotoxic>
<DeliveryDate>2025-12-09T02:24:00.5708792+01:00</DeliveryDate>
<DeliveryNotes>
<OutDeliveryNote>
<Customer>sample string 11</Customer>
<DeliveryNoteCode>sample string 6</DeliveryNoteCode>
<DeliveryNoteDate>2025-12-09T02:24:00.5708792+01:00</DeliveryNoteDate>
<DeliveryNoteNumber>sample string 4</DeliveryNoteNumber>
<DeliveryNoteType>sample string 3</DeliveryNoteType>
<IdCustomer>10</IdCustomer>
<IdDeliveryNote>1</IdDeliveryNote>
<IdOperativeUnit>7</IdOperativeUnit>
<IdPickingList>1</IdPickingList>
<OUCode>sample string 8</OUCode>
<OUDescription>sample string 9</OUDescription>
<PickingListDate>2025-12-09T02:24:00.5708792+01:00</PickingListDate>
<PickingListNumber>sample string 13</PickingListNumber>
<PickingListStatus>newPickingList</PickingListStatus>
<PickingListType>sample string 12</PickingListType>
<PickingListUrgency>normal</PickingListUrgency>
<Status>newDeliveryNote</Status>
<Transit>true</Transit>
</OutDeliveryNote>
<OutDeliveryNote>
<Customer>sample string 11</Customer>
<DeliveryNoteCode>sample string 6</DeliveryNoteCode>
<DeliveryNoteDate>2025-12-09T02:24:00.5708792+01:00</DeliveryNoteDate>
<DeliveryNoteNumber>sample string 4</DeliveryNoteNumber>
<DeliveryNoteType>sample string 3</DeliveryNoteType>
<IdCustomer>10</IdCustomer>
<IdDeliveryNote>1</IdDeliveryNote>
<IdOperativeUnit>7</IdOperativeUnit>
<IdPickingList>1</IdPickingList>
<OUCode>sample string 8</OUCode>
<OUDescription>sample string 9</OUDescription>
<PickingListDate>2025-12-09T02:24:00.5708792+01:00</PickingListDate>
<PickingListNumber>sample string 13</PickingListNumber>
<PickingListStatus>newPickingList</PickingListStatus>
<PickingListType>sample string 12</PickingListType>
<PickingListUrgency>normal</PickingListUrgency>
<Status>newDeliveryNote</Status>
<Transit>true</Transit>
</OutDeliveryNote>
</DeliveryNotes>
<Flammable>true</Flammable>
<Frigo>true</Frigo>
<Frozen>true</Frozen>
<IdCustomer>6</IdCustomer>
<IdHeader>1</IdHeader>
<IdUnloadingPoint>3</IdUnloadingPoint>
<KanBan>true</KanBan>
<UPCode>sample string 4</UPCode>
<UPDescription>sample string 5</UPDescription>
<UrgencyLevel>normal</UrgencyLevel>
<Version>13</Version>
<VolumeType>sample string 14</VolumeType>
</RollHeader>
</PrepareMixedHeader_SaveRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PrepareMixedHeader_SaveResultResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
<PrepareMixedHeader_Enumerators.PrepareMixedHeader_SaveResult xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">GenericError</PrepareMixedHeader_Enumerators.PrepareMixedHeader_SaveResult>