POST api/CustomerAddress/CHECK_DISTRICT_PINPOIN

Documentation for 'CHECK_DISTRICT_PINPOIN'.

Request Information

Parameters

NameDescriptionAdditional information
param
Documentation for 'param'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "address": "sample string 1",
  "zipcode": "sample string 2"
}

application/xml, text/xml

Sample:
<AutoCompleteDistrictModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <address>sample string 1</address>
  <zipcode>sample string 2</zipcode>
</AutoCompleteDistrictModel>