# Get billing group by id Endpoint: GET /billingGroups/{billingGroupId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `billingGroupId` (string, required) The billing group Id ## Response 200 fields (application/json): - `id` (string) - `humanReadableId` (string) - `date` (string) - `priceManual` (number) - `priceStorage` (number) - `priceProduct` (number) - `priceFaf` (number) - `priceTransport` (number) - `priceTotal` (number) - `from` (string) - `to` (string) - `productDescription` (string) - `properties` (object,null) A key value store containing custom properties - `customerId` (string) - `customerName` (string) - `customerIntegrationId` (string) Customer integration id for this job - `customerExternalId` (string) External customer id for this job - `inactive` (boolean) - `status` (string) - `vehicles` (array) A list of vehicles involved in a billing group execution - `vehicleExternalIds` (array) A list of vehicle external Ids involved in a billing group execution - `vehicleNames` (array) A list of vehicle Names involved in a billing group execution - `vehiclesSnapshot` (array) A list of vehicle involved in the execution at the tome of the snapshot - `vehiclesSnapshot.vehicleName` (string) - `vehiclesSnapshot.vehicleExternalId` (string) - `vehiclesSnapshot.vehicleId` (string) - `vehiclesSnapshot.vehicleProperties` (object) - `subcontractors` (array) A list of subcontractors involved in a billing group execution - `subcontractorExternalIds` (array) A list of subcontractor external Ids involved in a billing group execution - `subcontractorNames` (array) A list of subcontractor Names involved in a billing group execution - `subcontractorsSnapshot` (array) A list of subcontractor involved in the execution at the tome of the snapshot - `subcontractorsSnapshot.subcontractorName` (string) - `subcontractorsSnapshot.subcontractorExternalId` (string) - `subcontractorsSnapshot.subcontractorId` (string) - `subcontractorsSnapshot.subcontractorProperties` (object) - `transport` (array) - `transport.description` (string) - `transport.total` (number) - `transport.faf` (number) - `transport.quantity` (number) - `transport.massKg` (number) - `transport.unitName` (string) - `transport.spatialRequirements` (number) Could represent many dimensions, cube for bulk, area for livestock etc - `transport.cartageDescriptions` (array) - `transport.referenceCodes` (array) - `transport.vehicleReferenceCodes` (array) - `transport.product` (object) A product - `transport.product.transportRequirementsId` (string) M2X internal tracking id for the product type - `transport.product.productCode` (string,null) M2X internal tracking id for the product code used - `transport.product.productCodeExternalId` (string,null) External Id for product tracking - `transport.product.productCodeName` (string,null) Friendly name of the product code - `transport.product.productInvoiceName` (string,null) Invoice name of the product code - `transport.productProperties` (object) - `storage` (array) - `storage.storageLocations` (array) - `products` (array) - `products.sourceLocations` (array) - `manual` (array) - `manual.manualItems` (array) ## Response 404 fields (application/json): - `message` (string) Example: "not found"