POST api/Mobapi/UpdateMerchantAccount
Request Information
URI Parameters
None.
Body Parameters
Merchant| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantLoginID | string |
None. |
|
| HotelID | integer |
None. |
|
| Createby | string |
None. |
|
| Modifiedby | string |
None. |
|
| IsLock | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"MerchantLoginID": "sample string 1",
"HotelID": 2,
"Createby": "sample string 3",
"Modifiedby": "sample string 4",
"IsLock": true
}
application/xml, text/xml
Sample:
<Merchant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity"> <Createby>sample string 3</Createby> <HotelID>2</HotelID> <IsLock>true</IsLock> <MerchantLoginID>sample string 1</MerchantLoginID> <Modifiedby>sample string 4</Modifiedby> </Merchant>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |