Generate Billing summary information for past period

POST /api/billing/dashboard/yard/{yardId}/carrier/{carrierId}/generate-past-periods-summary

TBD

Path parameters

  • carrierId integer(int64) Required

    The ID of the carrier for which to retrieve the dashboard summary

  • yardId integer(int64) Required

    The ID of the yard for which to retrieve the dashboard summary

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • * object Additional properties

      TBC

      Additional properties are allowed.

      Hide * attributes Show * attributes object
  • Not Authorized

  • Not Allowed

POST /api/billing/dashboard/yard/{yardId}/carrier/{carrierId}/generate-past-periods-summary
curl \
 -X POST https://api-dev.gatego.io/api/billing/dashboard/yard/{yardId}/carrier/{carrierId}/generate-past-periods-summary
Response examples (200)
{
  "additionalProperty1": {
    "period_code": "TBC",
    "total_amount": "TBC"
  },
  "additionalProperty2": {
    "period_code": "TBC",
    "total_amount": "TBC"
  }
}