POST api/VehicleLoad/CountTransportHeadersToDelivery

Request Information

URI Parameters

None.

Body Parameters

VehicleLoad_CountTransportHeadersToDeliveryRequest
NameDescriptionTypeAdditional information
DeviceUniqueId

string

None.

IdOperativeUnit

integer

None.

IdUnloadingPoint

integer

None.

IdBorderaux

integer

None.

IdOperator

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceUniqueId": "sample string 1",
  "IdOperativeUnit": 2,
  "IdUnloadingPoint": 3,
  "IdBorderaux": 1,
  "IdOperator": 4
}

application/xml, text/xml

Sample:
<VehicleLoad_CountTransportHeadersToDeliveryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">
  <DeviceUniqueId>sample string 1</DeviceUniqueId>
  <IdBorderaux>1</IdBorderaux>
  <IdOperativeUnit>2</IdOperativeUnit>
  <IdOperator>4</IdOperator>
  <IdUnloadingPoint>3</IdUnloadingPoint>
</VehicleLoad_CountTransportHeadersToDeliveryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VehicleLoad_CountTransportHeadersToDeliveryResponse
NameDescriptionTypeAdditional information
Result

VehicleLoad_CountTransportHeadersToDeliveryResult

None.

TotalPackages

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": 0,
  "TotalPackages": 1
}

application/xml, text/xml

Sample:
<VehicleLoad_CountTransportHeadersToDeliveryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">
  <Result>GenericError</Result>
  <TotalPackages>1</TotalPackages>
</VehicleLoad_CountTransportHeadersToDeliveryResponse>