POST api/Account/UpdatePhone
Request Information
URI Parameters
None.
Body Parameters
UpdatePhoneNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkPhone | string |
None. |
|
| HomePhone | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkPhone": "sample string 1",
"HomePhone": "sample string 2",
"Email": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.