POST v1/billingstatements/pdf

Documentation for 'Pdf'.

Request Information

Parameters

NameDescriptionAdditional information
entity
Documentation for 'entity'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "customerId": 1,
  "startDate": "2024-05-03T08:19:36.87741+00:00",
  "endDate": "2024-05-03T08:19:36.87741+00:00",
  "trackedItemDisplay": {
    "trackedItemDisplayFormat": "sample string 1",
    "showTrackedItemName": {},
    "showTrackedItemReference": {},
    "showTrackedItemDescription": {},
    "showTrackedItemCreatedDate": {}
  },
  "statementActivityType": "sample string 4",
  "showWordStatement": true
}

application/xml, text/xml

Sample:
Click to beautify!
<BillingStatementGenerate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <EndDate>2024-05-03T08:19:36.87741+00:00</EndDate>
  <StartDate>2024-05-03T08:19:36.87741+00:00</StartDate>
</BillingStatementGenerate>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.