POST api/{language}/contract/{contractId}/AccountStatement
Documentazione di 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| filter | Documentazione di 'filter'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"IdDoc": 1.0,
"NumberDoc": 1.0,
"RegistryId": 1,
"Name": "sample string 2",
"TypeDoc": "sample string 3",
"Settled": true,
"Payment": 5.0,
"DateFrom": "sample string 6",
"DateTo": "sample string 7",
"Sign": 0,
"ExpirationCode": 8,
"PaymentType": "sample string 9",
"RIBA": 10,
"OrderColumn": "sample string 11",
"OrderDirection": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.