PUT Account/UpdateMobileNumber
Request Information
URI Parameters
None.
Body Parameters
MobileNoUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNumber | string |
Required Matching regular expression pattern: ^[0-9*|+]+$ String length: inclusive between 0 and 20 |
|
| CustomerId | integer |
Required |
|
| VerificationCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"MobileNumber": "sample string 1",
"CustomerId": 2,
"VerificationCode": "sample string 3"
}
application/xml, text/xml
Sample:
<MobileNoUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <CustomerId>2</CustomerId> <MobileNumber>sample string 1</MobileNumber> <VerificationCode>sample string 3</VerificationCode> </MobileNoUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |