POST api/audFedExCode

Insert a new record into the FedExCodes table.

Request Information

URI Parameters

None.

Body Parameters

audFedExCodeDb
NameDescriptionTypeAdditional information
FedExCode

string

Required

Max length: 10

FedExCode2

string

Max length: 50

ChargeDescription

string

Required

Max length: 255

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,
  "FedExCode": "sample string 1",
  "FedExCode2": "sample string 2",
  "ChargeDescription": "sample string 3",
  "CreatedBy": 4,
  "CreatedDate": "2025-12-06T23:37:54.1062067+00:00",
  "UpdatedBy": 6,
  "UpdatedDate": "2025-12-06T23:37:54.1062067+00:00"
}

application/xml, text/xml

Sample:
<audFedExCodeDb 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" />
  <ChargeDescription>sample string 3</ChargeDescription>
  <CreatedBy>4</CreatedBy>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:37:54.1062067Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <FedExCode>sample string 1</FedExCode>
  <FedExCode2>sample string 2</FedExCode2>
  <UpdatedBy>6</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:37:54.1062067Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
</audFedExCodeDb>

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 'audFedExCodeDb'.

Response Information

Resource Description

audFedExCodeDb
NameDescriptionTypeAdditional information
FedExCode

string

Required

Max length: 10

FedExCode2

string

Max length: 50

ChargeDescription

string

Required

Max length: 255

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,
  "FedExCode": "sample string 1",
  "FedExCode2": "sample string 2",
  "ChargeDescription": "sample string 3",
  "CreatedBy": 4,
  "CreatedDate": "2025-12-06T23:37:54.1082982+00:00",
  "UpdatedBy": 6,
  "UpdatedDate": "2025-12-06T23:37:54.1082982+00:00"
}

application/xml, text/xml

Sample:
<audFedExCodeDb 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" />
  <ChargeDescription>sample string 3</ChargeDescription>
  <CreatedBy>4</CreatedBy>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:37:54.1082982Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <FedExCode>sample string 1</FedExCode>
  <FedExCode2>sample string 2</FedExCode2>
  <UpdatedBy>6</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:37:54.1082982Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
</audFedExCodeDb>