POST api/CustomerAddress/ContactUpdate
Updates Customer phone Number.This API can handle single and multiple contact update data. This API can be used to update the customer contact number alone with out updating the customer.
Request Information
URI Parameters
None.
Body Parameters
Array of Contacts.
Collection of ContactsName | Description | Type | Additional information |
---|---|---|---|
AlternateId |
CRM ID is a unique ID for each customer,this id will be referred throughout the entire process. Required : Y |
string |
Required Max length: 50 |
ContactNumber |
PhoneNumber. Required : Y |
string |
Required Max length: 100 |
Request Formats
application/json, text/json
Sample:
[ { "AlternateId": "sample string 1", "ContactNumber": "sample string 2" }, { "AlternateId": "sample string 1", "ContactNumber": "sample string 2" } ]
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"