POST api/{apiVersion}/Customer/SetCustomerAlternativeAddress

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CustomerAlternativeAddressRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

KpsCityId

globally unique identifier

None.

KpsCountyId

globally unique identifier

None.

KpsQuarterId

globally unique identifier

None.

KpsAvenueStreet

string

None.

HomeZipCode

string

None.

KpsBuildingNumber

string

None.

KpsInnerDoorNo

string

None.

AddressDetail

string

None.

CityId

globally unique identifier

None.

CountyName

string

None.

QuarterName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "3bc4bea6-5739-433d-9ffd-cebb327442d2",
  "KpsCityId": "555c7e04-8f72-4f54-a707-5aa3c9b2fd20",
  "KpsCountyId": "982c3ef2-ba47-4408-b7dc-09e5fdb15bfb",
  "KpsQuarterId": "1aae2ac4-aa17-409b-9a25-ecc6bf4a8a56",
  "KpsAvenueStreet": "sample string 2",
  "HomeZipCode": "sample string 3",
  "KpsBuildingNumber": "sample string 4",
  "KpsInnerDoorNo": "sample string 5",
  "AddressDetail": "sample string 6",
  "CityId": "20f4e74d-2687-46c2-a68d-64e7a8552010",
  "CountyName": "sample string 7",
  "QuarterName": "sample string 8"
}

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.