POST api/Online/ActivateComboItem
Request Information
URI Parameters
None.
Body Parameters
DeleteModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
MerchantId | integer |
None. |
|
Disable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "MerchantId": 1, "Disable": true }
application/xml, text/xml
Sample:
<DeleteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <Disable>true</Disable> <ID>1</ID> <MerchantId>1</MerchantId> </DeleteModel>
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.