POST api/audCarrier
Insert a new record into the Carriers table.
Request Information
URI Parameters
None.
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": "9f5e5e15-d700-410e-af43-ecc2c2c729d7",
"CoupaID": 1,
"IsActive": true,
"CreatedBy": 7,
"CreatedDate": "2026-04-29T12:22:42.0640263+00:00",
"UpdatedBy": 9,
"UpdatedDate": "2026-04-29T12:22:42.0640263+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>2026-04-29T12:22:42.0640263Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<ExternalReferenceID>9f5e5e15-d700-410e-af43-ecc2c2c729d7</ExternalReferenceID>
<IsActive>true</IsActive>
<TrackingLink>sample string 3</TrackingLink>
<UpdatedBy>9</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-29T12:22:42.0640263Z</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": "b3914dee-d964-479e-954c-a3f4ddfd0f17",
"CoupaID": 1,
"IsActive": true,
"CreatedBy": 7,
"CreatedDate": "2026-04-29T12:22:42.0767874+00:00",
"UpdatedBy": 9,
"UpdatedDate": "2026-04-29T12:22:42.0767874+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>2026-04-29T12:22:42.0767874Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<ExternalReferenceID>b3914dee-d964-479e-954c-a3f4ddfd0f17</ExternalReferenceID>
<IsActive>true</IsActive>
<TrackingLink>sample string 3</TrackingLink>
<UpdatedBy>9</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-29T12:22:42.0767874Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</audCarrierDb>