POST v1/advisors/updateCustomerStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateCustomerStatusDtoName | Description | Type | Additional information |
---|---|---|---|
StatusID | globally unique identifier |
None. |
|
CustomerId | globally unique identifier |
None. |
|
ProductId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "statusID": "62302294-dd6d-4b67-815f-6acab0fa7525", "customerId": "c330ddd4-80b4-4527-8469-edd3a4998936", "productId": 3 }
text/html, multipart/form-data
Sample:
{"statusID":"62302294-dd6d-4b67-815f-6acab0fa7525","customerId":"c330ddd4-80b4-4527-8469-edd3a4998936","productId":3}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.