Generate Billing summary for ongoing period

POST /api/billing/dashboard/yard/{yardId}/carrier/{carrierId}/generate-ongoing-period-summary

Generate Billing summary for ongoing period

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 attributes Show response attributes object
    • period_code string

      TBC

    • total_amount number

      TBC

  • 401

    Not Authorized

  • 403

    Not Allowed

POST /api/billing/dashboard/yard/{yardId}/carrier/{carrierId}/generate-ongoing-period-summary
curl \
 --request POST 'https://api-dev.gatego.io/api/billing/dashboard/yard/{yardId}/carrier/{carrierId}/generate-ongoing-period-summary'
Response examples (200)
{
  "period_code": "TBC",
  "total_amount": "TBC"
}