POST api/Online/UpdateMerchantInfo
Request Information
URI Parameters
None.
Body Parameters
updateMerchModelName | Description | Type | Additional information |
---|---|---|---|
merchantId | integer |
None. |
|
UUID | string |
None. |
|
updatedLogo | string |
None. |
|
updatedMid | string |
None. |
|
updatedMessage | string |
None. |
|
updatedLicence | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "merchantId": 1, "UUID": "sample string 2", "updatedLogo": "sample string 3", "updatedMid": "sample string 4", "updatedMessage": "sample string 5", "updatedLicence": "sample string 6" }
application/xml, text/xml
Sample:
<updateMerchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <UUID>sample string 2</UUID> <merchantId>1</merchantId> <updatedLicence>sample string 6</updatedLicence> <updatedLogo>sample string 3</updatedLogo> <updatedMessage>sample string 5</updatedMessage> <updatedMid>sample string 4</updatedMid> </updateMerchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.