POST check/active/{siteId}/{terminalId}/status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteId

integer

Required

terminalId

integer

Required

Body Parameters

ActiveStatusModel
NameDescriptionTypeAdditional 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.