POST api/Report/PaymentExport

Documentation for 'PaymentExport'.

Request Information

Parameters

NameDescriptionAdditional information
data
Documentation for 'data'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "from": "2024-05-08T22:44:19.3631849+02:00",
  "to": "2024-05-08T22:44:19.3631849+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>2024-05-08T22:44:19.3631849+02:00</From>
  <To>2024-05-08T22:44:19.3631849+02:00</To>
  <Locale>sample string 3</Locale>
</PaymentExportParaVM>

application/x-www-form-urlencoded

Sample:

Sample not available.