POST api/LoadDelivery

Request Information

URI Parameters

None.

Body Parameters

LoadDelivery
NameDescriptionTypeAdditional information
Id

string

None.

Load_Id

string

None.

Load_Pickup_Time

date

None.

Load_Delivery_Time

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Load_Id": "sample string 2",
  "Load_Pickup_Time": "2026-06-18T17:03:12.8534166+00:00",
  "Load_Delivery_Time": "2026-06-18T17:03:12.8534166+00:00"
}

application/xml, text/xml

Sample:
<LoadDelivery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLibrary.Model">
  <Id>sample string 1</Id>
  <Load_Delivery_Time>2026-06-18T17:03:12.8534166+00:00</Load_Delivery_Time>
  <Load_Id>sample string 2</Load_Id>
  <Load_Pickup_Time>2026-06-18T17:03:12.8534166+00:00</Load_Pickup_Time>
</LoadDelivery>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoadDelivery'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>