POST api/Account/EditCellNumber
Request Information
URI Parameters
None.
Body Parameters
ChangeCellNumberName | Description | Type | Additional information |
---|---|---|---|
BsCustomerID | string |
None. |
|
NewCellNumber | string |
None. |
|
CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "BsCustomerID": "sample string 1", "NewCellNumber": "sample string 2", "CompanyID": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"