Gets a list of billing item details for the organisation
The billing item details for this organisation
Malformed Request (ProblemDetails)
Unauthorized - Provide proof of identity (ProblemDetails)
Forbidden - Insufficient permissions (ProblemDetails)
Not Found - Could not find a matching entity (ProblemDetails)
Unprocessable - Request was well formed but could not be actioned (ProblemDetails)
Too many requests - Chill out (ProblemDetails)
User Error (ProblemDetails)
Server Error (ProblemDetails)
{- "Items": [
- {
- "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
- "EventId": "string",
- "RelatedItemId": "string",
- "Sku": "POST.LETTER.A4",
- "SkuDescription": "POST - LETTER (A4)",
- "Pax": 0,
- "SiteSlug": "s8n6EzC",
- "BillingOrganisationSlug": "s8n6EzC",
- "Timestamp": "2024-10-24T14:30:15+02:00"
}
], - "NextPageToken": "eyJ0eXAiOi"
}
Gets a summary of billing for an organisation
The billing summary
Malformed Request (ProblemDetails)
Unauthorized - Provide proof of identity (ProblemDetails)
Forbidden - Insufficient permissions (ProblemDetails)
Not Found - Could not find a matching entity (ProblemDetails)
Unprocessable - Request was well formed but could not be actioned (ProblemDetails)
Too many requests - Chill out (ProblemDetails)
User Error (ProblemDetails)
Server Error (ProblemDetails)
{- "DateFrom": "2019-08-24",
- "DateTo": "2019-08-24",
- "Items": [
- {
- "Sku": "POST.LETTER.A4",
- "SkuDescription": "POST - LETTER (A4)",
- "Pax": 0
}
]
}
Gets a specific billing item's details
The billing item's details
Malformed Request (ProblemDetails)
Unauthorized - Provide proof of identity (ProblemDetails)
Forbidden - Insufficient permissions (ProblemDetails)
Not Found - Could not find a matching entity (ProblemDetails)
Unprocessable - Request was well formed but could not be actioned (ProblemDetails)
Too many requests - Chill out (ProblemDetails)
User Error (ProblemDetails)
Server Error (ProblemDetails)
{- "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
- "EventId": "string",
- "RelatedItemId": "string",
- "Sku": "POST.LETTER.A4",
- "SkuDescription": "POST - LETTER (A4)",
- "Pax": 0,
- "SiteSlug": "s8n6EzC",
- "BillingOrganisationSlug": "s8n6EzC",
- "Timestamp": "2024-10-24T14:30:15+02:00"
}