POST api/Sigma/UpdatePhoneNumber
Request Information
URI Parameters
None.
Body Parameters
CUpdatePhoneNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
|
| PhoneType | string |
None. |
|
| PhoneNumber | string |
None. |
|
| CallerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BSCustomerID": "sample string 1",
"PhoneType": "sample string 2",
"PhoneNumber": "sample string 3",
"CallerID": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"