POST Account/MaskAccount
Request Information
URI Parameters
None.
Body Parameters
MaskInput| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required Range: inclusive between 1 and 9.22337203685478E+18 |
|
| shopId | integer |
Required Range: inclusive between 1 and 9.22337203685478E+18 |
|
| adminId | integer |
Required Range: inclusive between 1 and 9.22337203685478E+18 |
Request Formats
application/json, text/json
Sample:
{
"customerId": 1,
"shopId": 2,
"adminId": 3
}
application/xml, text/xml
Sample:
<MaskInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <adminId>3</adminId> <customerId>1</customerId> <shopId>2</shopId> </MaskInput>
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. |