POST Address/Validate

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

None.

addressRequest
Documentation for 'addressRequest'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AddressLine1": "sample string 1",
  "AddressLine2": "sample string 2",
  "City": "sample string 3",
  "State": "sample string 4",
  "ZipCode": "sample string 5",
  "Country": "sample string 6"
}

application/xml, text/xml

Sample:
<Address xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AddressLine1>sample string 1</AddressLine1>
  <AddressLine2>sample string 2</AddressLine2>
  <City>sample string 3</City>
  <State>sample string 4</State>
  <ZipCode>sample string 5</ZipCode>
  <Country>sample string 6</Country>
</Address>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'Address'.