GET ops/logistics/weight/{username}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
username

string

Required

Body Parameters

None.

Response Information

Resource Description

TransportWeighGET
NameDescriptionTypeAdditional information
DeliveryNote

string

None.

TrailerId

integer

None.

TruckId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "deliveryNote": "sample string 1",
  "trailerId": 2,
  "truckId": 3
}

application/xml, text/xml

Sample:
<TransportWeighGET xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myREST.Models.Operations.Logistics">
  <DeliveryNote>sample string 1</DeliveryNote>
  <TrailerId>2</TrailerId>
  <TruckId>3</TruckId>
</TransportWeighGET>