POST api/PoS/DownloadData
Request Information
URI Parameters
None.
Body Parameters
CommandModelName | Description | Type | Additional information |
---|---|---|---|
MerchantId | integer |
None. |
|
Command | string |
None. |
|
Id | integer |
None. |
|
Ids | string |
None. |
|
IsClient | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "MerchantId": 1, "Command": "sample string 2", "Id": 1, "Ids": "sample string 3", "IsClient": 4 }
application/xml, text/xml
Sample:
<CommandModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <Command>sample string 2</Command> <Id>1</Id> <Ids>sample string 3</Ids> <IsClient>4</IsClient> <MerchantId>1</MerchantId> </CommandModel>
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.