POST check/active/{siteId}/{terminalId}/status
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
siteId | integer |
Required |
|
terminalId | integer |
Required |
Body Parameters
ActiveStatusModelName | Description | Type | Additional information |
---|---|---|---|
checkId | integer |
None. |
|
status | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "checkId": 1, "status": "sample string 2" }
application/xml, text/xml
Sample:
<ActiveStatusModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pay.Platform.Models"> <status>sample string 2</status> <checkId>1</checkId> </ActiveStatusModel>
Response Information
Resource Description
None.