POST SavePayAll
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"cc": true,
"branch": 2,
"frequency": "sample string 3",
"fromDay": 4,
"toDay": 5,
"user": "sample string 6",
"session": 7,
"token": "sample string 8",
"function": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<SavePayAllRequest> <token>sample string 8</token> <function>AddCleanBag</function> <cc>true</cc> <branch>2</branch> <frequency>sample string 3</frequency> <fromDay>4</fromDay> <toDay>5</toDay> <user>sample string 6</user> <session>7</session> </SavePayAllRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"valid": true,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<SavePayAllResponse> <valid>true</valid> <message>sample string 2</message> </SavePayAllResponse>