POST api/ComplianceControl/DeliveryNote_Abort
Request Information
URI Parameters
None.
Body Parameters
CC_DeliveryNote_AbortRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceUniqueId | string |
None. |
|
| IdOperator | integer |
None. |
|
| IdDeliveryNote | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceUniqueId": "sample string 1",
"IdOperator": 2,
"IdDeliveryNote": 3
}
application/xml, text/xml
Sample:
<CC_DeliveryNote_AbortRequest 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> </CC_DeliveryNote_AbortRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CC_DeliveryNote_AbortResultResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
<CC_Enumerators.CC_DeliveryNote_AbortResult xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">GenericError</CC_Enumerators.CC_DeliveryNote_AbortResult>