POST api/Fedex/ValidateFedexAddress

Request Information

URI Parameters

None.

Body Parameters

FedexRequestModel
NameDescriptionTypeAdditional information
SenderZipCode

string

None.

SenderState

integer

None.

SenderCity

integer

None.

SenderCompanyName

string

None.

SenderPersonName

string

None.

SenderPhoneNumber

string

None.

ReceiptZipCode

string

None.

ReceiptState

integer

None.

ReceiptCity

integer

None.

ReceiptCompanyName

string

None.

ReceiptPersonName

string

None.

ReceiptPhoneNumber

string

None.

WebSiteId

integer

None.

FromUser

boolean

None.

ToUser

boolean

None.

CountryText

string

None.

PRIORITY_OVERNIGHT

boolean

None.

Email

string

None.

UserName

string

None.

InvoiceNumber

string

None.

AuthorizeNumber

string

None.

ParticipantTypeFromId

integer

None.

ParticipantTypeToId

integer

None.

FedexCode

string

None.

Going

boolean

None.

BillByRecipient

boolean

None.

SenderAddress

string

None.

ReceiptAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SenderZipCode": "sample string 1",
  "SenderState": 1,
  "SenderCity": 1,
  "SenderCompanyName": "sample string 2",
  "SenderPersonName": "sample string 3",
  "SenderPhoneNumber": "sample string 4",
  "ReceiptZipCode": "sample string 5",
  "ReceiptState": 1,
  "ReceiptCity": 1,
  "ReceiptCompanyName": "sample string 6",
  "ReceiptPersonName": "sample string 7",
  "ReceiptPhoneNumber": "sample string 8",
  "WebSiteId": 9,
  "FromUser": true,
  "ToUser": true,
  "CountryText": "sample string 12",
  "PRIORITY_OVERNIGHT": true,
  "Email": "sample string 13",
  "UserName": "sample string 14",
  "InvoiceNumber": "sample string 15",
  "AuthorizeNumber": "sample string 16",
  "ParticipantTypeFromId": 1,
  "ParticipantTypeToId": 1,
  "FedexCode": "sample string 17",
  "Going": true,
  "BillByRecipient": true,
  "SenderAddress": "sample string 20",
  "ReceiptAddress": "sample string 21"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.