PUT api/audCarrier/{id}
Update an existing record from the Carriers table.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
audCarrierDb| Name | Description | Type | Additional information |
|---|---|---|---|
| CarrierID | integer |
None. |
|
| CarrierName | string |
Required Max length: 255 |
|
| TrackingLink | string |
Max length: 320 |
|
| CarrierCode | string |
Max length: 20 |
|
| ExternalReferenceID | globally unique identifier |
None. |
|
| CoupaID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| results | Collection of ValidationResult |
None. |
Request Formats
application/json, text/json
Sample:
{
"results": null,
"CarrierID": 1,
"CarrierName": "sample string 2",
"TrackingLink": "sample string 3",
"CarrierCode": "sample string 4",
"ExternalReferenceID": "079344ac-8013-4ebe-b170-84308a5b668c",
"CoupaID": 1,
"IsActive": true,
"CreatedBy": 7,
"CreatedDate": "2025-12-06T23:42:04.7696163+00:00",
"UpdatedBy": 9,
"UpdatedDate": "2025-12-06T23:42:04.7696163+00:00"
}
application/xml, text/xml
Sample:
<audCarrierDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
<CarrierCode>sample string 4</CarrierCode>
<CarrierID>1</CarrierID>
<CarrierName>sample string 2</CarrierName>
<CoupaID>1</CoupaID>
<CreatedBy>7</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:04.7696163Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<ExternalReferenceID>079344ac-8013-4ebe-b170-84308a5b668c</ExternalReferenceID>
<IsActive>true</IsActive>
<TrackingLink>sample string 3</TrackingLink>
<UpdatedBy>9</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:04.7696163Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</audCarrierDb>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
audCarrierDb| Name | Description | Type | Additional information |
|---|---|---|---|
| CarrierID | integer |
None. |
|
| CarrierName | string |
Required Max length: 255 |
|
| TrackingLink | string |
Max length: 320 |
|
| CarrierCode | string |
Max length: 20 |
|
| ExternalReferenceID | globally unique identifier |
None. |
|
| CoupaID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| results | Collection of ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"results": null,
"CarrierID": 1,
"CarrierName": "sample string 2",
"TrackingLink": "sample string 3",
"CarrierCode": "sample string 4",
"ExternalReferenceID": "7a9208e2-2c9c-49ed-90a7-3a2472e7ed81",
"CoupaID": 1,
"IsActive": true,
"CreatedBy": 7,
"CreatedDate": "2025-12-06T23:42:04.7696163+00:00",
"UpdatedBy": 9,
"UpdatedDate": "2025-12-06T23:42:04.7696163+00:00"
}
application/xml, text/xml
Sample:
<audCarrierDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
<CarrierCode>sample string 4</CarrierCode>
<CarrierID>1</CarrierID>
<CarrierName>sample string 2</CarrierName>
<CoupaID>1</CoupaID>
<CreatedBy>7</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:04.7696163Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<ExternalReferenceID>7a9208e2-2c9c-49ed-90a7-3a2472e7ed81</ExternalReferenceID>
<IsActive>true</IsActive>
<TrackingLink>sample string 3</TrackingLink>
<UpdatedBy>9</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:04.7696163Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</audCarrierDb>