# Post proposed order **POST /tp/v1/business-locations/{businessLocationId}/tax-breakdown** Returns the tax breakdown of a proposed order ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **businessLocationId** (integer(int64)) the id of the businessLocation ## Body parameters Content-type: application/json - **accountProfileCode** (string) A valid account profile code as setup for this business location. - **items** (array[object]) The items contained in this order ## Responses ### 200: Tax Breakdown #### Body Parameters: application/json (object) - **transactions** (array[object]) - **taxLines** (array[object]) - **totalNetAmountInCents** (integer(int64)) Total cost of order before taxes are applied - **totalGrossAmountInCents** (integer(int64)) Total cost of order after all taxes are applied - **totalTaxAmountInCents** (integer(int64)) Cost of all taxes due on the order - **amountDue** (number) Total cost of order in big decimal format ### 400: Bad Request #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) ### 403: Forbidden #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) ### 404: Not Found #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) ### 503: Service Unavailable #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) [Powered by Bump.sh](https://bump.sh)