Generate Billing summary for ongoing period
Generate Billing summary for ongoing period
Path parameters
-
The ID of the carrier for which to retrieve the dashboard summary
-
The ID of the yard for which to retrieve the dashboard summary
POST
/api/billing/dashboard/yard/{yardId}/carrier/{carrierId}/generate-ongoing-period-summary
curl \
-X 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"
}