POST api/ComplianceControl/DeliveryNote_AbortDeliveryNoteRow
Request Information
URI Parameters
None.
Body Parameters
CC_DeliveryNote_AbortDeliveryNoteRowRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceUniqueId | string |
None. |
|
| IdOperator | integer |
None. |
|
| IdDeliveryNoteRow | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceUniqueId": "sample string 1",
"IdOperator": 2,
"IdDeliveryNoteRow": 3
}
application/xml, text/xml
Sample:
<CC_DeliveryNote_AbortDeliveryNoteRowRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <DeviceUniqueId>sample string 1</DeviceUniqueId> <IdDeliveryNoteRow>3</IdDeliveryNoteRow> <IdOperator>2</IdOperator> </CC_DeliveryNote_AbortDeliveryNoteRowRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CC_DeliveryNote_AbortDeliveryNoteRowResultResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
<CC_Enumerators.CC_DeliveryNote_AbortDeliveryNoteRowResult xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">GenericError</CC_Enumerators.CC_DeliveryNote_AbortDeliveryNoteRowResult>