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-04-30T14:10:33.5260258+02:00", "to": "2025-04-30T14:10:33.5260258+02: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-04-30T14:10:33.5260258+02:00</From> <To>2025-04-30T14:10:33.5260258+02:00</To> <Locale>sample string 3</Locale> </PaymentExportParaVM>
application/x-www-form-urlencoded
Sample:
Sample not available.