# Retrieves all generated invoice adjustments matching the specified parameters **GET /api/billing/invoice-adjustment** Retrieves all generated invoice adjustments matching the given yard, carrier and period parameters ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters ### Query parameters - **carrierId** (integer(int64)) TBD - **periodCode** (string) Period for which the invoice adjustment are generated. The invoice adjustments can be retrieved by period. Currently, only monthly periods in the format `YYYYMM` are supported, but in the future we might support others such as weekly periods in the form of '2025W12' - **yardId** (integer(int64)) TBD ## Responses ### 200 OK #### Body: application/json (object) - **parallel** (boolean) ### 401 Not Authorized ### 403 Not Allowed [Powered by Bump.sh](https://bump.sh)