POST api_v2/AgentCashOutRequest/ChangeAgentCashOutRequestStatus
Сменить статус заявки на вывод средств
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
changeAgentCashOutRequestStatus | Модель смены статуса заявки на вывод средств |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <RequestNumber>sample string 1</RequestNumber> <Sum>2</Sum> <Status>New</Status> </Request>
application/json, text/json
Sample:
{ "RequestNumber": "sample string 1", "Sum": 2.0, "Status": 1 }
Response Information
Успешность смены статуса
Response body formats
application/json, text/json
Sample:
Sample not available.