POST api/Report/PaymentExport
Documentation for 'PaymentExport'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | Documentation for 'data'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"from": "2025-12-15T19:14:11.1090042+01:00",
"to": "2025-12-15T19:14:11.1090042+01:00",
"locale": "sample string 3"
}
application/xml, text/xml
Sample:
<PaymentExportParaVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <From>2025-12-15T19:14:11.1090042+01:00</From> <To>2025-12-15T19:14:11.1090042+01:00</To> <Locale>sample string 3</Locale> </PaymentExportParaVM>
application/x-www-form-urlencoded
Sample:
Sample not available.