URL: {{base_url}}/modules/reports/profitAndLoss

Method: POST

Bearer Token: Replace this with an actual token in the request

Headers

Subscription: Replace this with the subscription value

Access_Token: Replace this with the actual access token value

Request Body

KeyValuesRequired
starting_dateStarting dateYes
ending_dateEnding dateYes

Response Codes

CodeDescription
201Successful
500Internal Server Error
401Unauthorized: Check error message

Example of a JSON Request Body

  {
  "starting_date":"2020-01-01",
  "ending_date":"2024-12-01"
  }