POST api/PutLoadDelivered?AuthToken={AuthToken}&LoadRef={LoadRef}&ToJAM={ToJAM}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthToken | string |
Required |
|
| LoadRef | string |
Required |
|
| ToJAM | boolean |
Required |
Body Parameters
Collection of JobForDelivery| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ModelOfCar | string |
None. |
|
| MakeOfCar | string |
None. |
|
| ColourOfCar | string |
None. |
|
| ChassisNo | string |
None. |
|
| Last6ChassisNo | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerRef | string |
None. |
|
| KeyNumber | string |
None. |
|
| VehicleRegistration | string |
None. |
|
| TransportLoadRef | string |
None. |
|
| TransportType | string |
None. |
|
| TransportCollectionDate | date |
None. |
|
| TransportDeliveryDate | date |
None. |
|
| TransportDeliveryContactName | string |
None. |
|
| TransportDeliveryContactEmail | string |
None. |
|
| TransportDeliveryContactTitle | string |
None. |
|
| TransportDeliveryAddress | string |
None. |
|
| TransportDeliveryNote | string |
None. |
|
| TransportDamageNoted | string |
None. |
|
| TransportDeliveryAdverseWeather | boolean |
None. |
|
| TransportDeliveryPoorLighting | boolean |
None. |
|
| TransportUsedCondition | boolean |
None. |
|
| TransportDeliveryPointDate | date |
None. |
|
| TransportDeliveryPointCORDS | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"ModelOfCar": "sample string 2",
"MakeOfCar": "sample string 3",
"ColourOfCar": "sample string 4",
"ChassisNo": "sample string 5",
"Last6ChassisNo": "sample string 6",
"CustomerName": "sample string 7",
"CustomerRef": "sample string 8",
"KeyNumber": "sample string 9",
"VehicleRegistration": "sample string 10",
"TransportLoadRef": "sample string 11",
"TransportType": "sample string 12",
"TransportCollectionDate": "2025-12-08T14:31:27.1518693+00:00",
"TransportDeliveryDate": "2025-12-08T14:31:27.1518693+00:00",
"TransportDeliveryContactName": "sample string 13",
"TransportDeliveryContactEmail": "sample string 14",
"TransportDeliveryContactTitle": "sample string 15",
"TransportDeliveryAddress": "sample string 16",
"TransportDeliveryNote": "sample string 17",
"TransportDamageNoted": "sample string 18",
"TransportDeliveryAdverseWeather": true,
"TransportDeliveryPoorLighting": true,
"TransportUsedCondition": true,
"TransportDeliveryPointDate": "2025-12-08T14:31:27.1518693+00:00",
"TransportDeliveryPointCORDS": "sample string 22"
},
{
"ID": 1,
"ModelOfCar": "sample string 2",
"MakeOfCar": "sample string 3",
"ColourOfCar": "sample string 4",
"ChassisNo": "sample string 5",
"Last6ChassisNo": "sample string 6",
"CustomerName": "sample string 7",
"CustomerRef": "sample string 8",
"KeyNumber": "sample string 9",
"VehicleRegistration": "sample string 10",
"TransportLoadRef": "sample string 11",
"TransportType": "sample string 12",
"TransportCollectionDate": "2025-12-08T14:31:27.1518693+00:00",
"TransportDeliveryDate": "2025-12-08T14:31:27.1518693+00:00",
"TransportDeliveryContactName": "sample string 13",
"TransportDeliveryContactEmail": "sample string 14",
"TransportDeliveryContactTitle": "sample string 15",
"TransportDeliveryAddress": "sample string 16",
"TransportDeliveryNote": "sample string 17",
"TransportDamageNoted": "sample string 18",
"TransportDeliveryAdverseWeather": true,
"TransportDeliveryPoorLighting": true,
"TransportUsedCondition": true,
"TransportDeliveryPointDate": "2025-12-08T14:31:27.1518693+00:00",
"TransportDeliveryPointCORDS": "sample string 22"
}
]
application/xml, text/xml
Sample:
<ArrayOfJobForDelivery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JAMAPI.Models">
<JobForDelivery>
<ChassisNo>sample string 5</ChassisNo>
<ColourOfCar>sample string 4</ColourOfCar>
<CustomerName>sample string 7</CustomerName>
<CustomerRef>sample string 8</CustomerRef>
<ID>1</ID>
<KeyNumber>sample string 9</KeyNumber>
<Last6ChassisNo>sample string 6</Last6ChassisNo>
<MakeOfCar>sample string 3</MakeOfCar>
<ModelOfCar>sample string 2</ModelOfCar>
<TransportCollectionDate>2025-12-08T14:31:27.1518693+00:00</TransportCollectionDate>
<TransportDamageNoted>sample string 18</TransportDamageNoted>
<TransportDeliveryAddress>sample string 16</TransportDeliveryAddress>
<TransportDeliveryAdverseWeather>true</TransportDeliveryAdverseWeather>
<TransportDeliveryContactEmail>sample string 14</TransportDeliveryContactEmail>
<TransportDeliveryContactName>sample string 13</TransportDeliveryContactName>
<TransportDeliveryContactTitle>sample string 15</TransportDeliveryContactTitle>
<TransportDeliveryDate>2025-12-08T14:31:27.1518693+00:00</TransportDeliveryDate>
<TransportDeliveryNote>sample string 17</TransportDeliveryNote>
<TransportDeliveryPointCORDS>sample string 22</TransportDeliveryPointCORDS>
<TransportDeliveryPointDate>2025-12-08T14:31:27.1518693+00:00</TransportDeliveryPointDate>
<TransportDeliveryPoorLighting>true</TransportDeliveryPoorLighting>
<TransportLoadRef>sample string 11</TransportLoadRef>
<TransportType>sample string 12</TransportType>
<TransportUsedCondition>true</TransportUsedCondition>
<VehicleRegistration>sample string 10</VehicleRegistration>
</JobForDelivery>
<JobForDelivery>
<ChassisNo>sample string 5</ChassisNo>
<ColourOfCar>sample string 4</ColourOfCar>
<CustomerName>sample string 7</CustomerName>
<CustomerRef>sample string 8</CustomerRef>
<ID>1</ID>
<KeyNumber>sample string 9</KeyNumber>
<Last6ChassisNo>sample string 6</Last6ChassisNo>
<MakeOfCar>sample string 3</MakeOfCar>
<ModelOfCar>sample string 2</ModelOfCar>
<TransportCollectionDate>2025-12-08T14:31:27.1518693+00:00</TransportCollectionDate>
<TransportDamageNoted>sample string 18</TransportDamageNoted>
<TransportDeliveryAddress>sample string 16</TransportDeliveryAddress>
<TransportDeliveryAdverseWeather>true</TransportDeliveryAdverseWeather>
<TransportDeliveryContactEmail>sample string 14</TransportDeliveryContactEmail>
<TransportDeliveryContactName>sample string 13</TransportDeliveryContactName>
<TransportDeliveryContactTitle>sample string 15</TransportDeliveryContactTitle>
<TransportDeliveryDate>2025-12-08T14:31:27.1518693+00:00</TransportDeliveryDate>
<TransportDeliveryNote>sample string 17</TransportDeliveryNote>
<TransportDeliveryPointCORDS>sample string 22</TransportDeliveryPointCORDS>
<TransportDeliveryPointDate>2025-12-08T14:31:27.1518693+00:00</TransportDeliveryPointDate>
<TransportDeliveryPoorLighting>true</TransportDeliveryPoorLighting>
<TransportLoadRef>sample string 11</TransportLoadRef>
<TransportType>sample string 12</TransportType>
<TransportUsedCondition>true</TransportUsedCondition>
<VehicleRegistration>sample string 10</VehicleRegistration>
</JobForDelivery>
</ArrayOfJobForDelivery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |