POST api/ComplianceControl/DeliveryNote_DeleteRowsByOrderRow

Request Information

URI Parameters

None.

Body Parameters

CC_DeliveryNote_DeleteRowsByOrderRowRequest
NameDescriptionTypeAdditional information
DeviceUniqueId

string

None.

IdOperator

integer

None.

IdDeliveryNote

integer

None.

IdSupplierOrderRow

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceUniqueId": "sample string 1",
  "IdOperator": 2,
  "IdDeliveryNote": 3,
  "IdSupplierOrderRow": 4
}

application/xml, text/xml

Sample:
<CC_DeliveryNote_DeleteRowsByOrderRowRequest 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>
  <IdSupplierOrderRow>4</IdSupplierOrderRow>
</CC_DeliveryNote_DeleteRowsByOrderRowRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CC_DeliveryNote_DeleteRowsByOrderRowResult

Response Formats

application/json, text/json

Sample:
0

application/xml, text/xml

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