# Create new yard config **POST /api/automated-billing/config/yard/{yardId}** Create a new billing configuration for the specified yard. An error will be returned in the configuration already exists. ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters ### Path parameters - **yardId** (integer(int64)) The ID of the yard ### Body: application/json (object) - **enabled** (boolean) Flag indicating whether the yard configuration is enabled ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer(int64)) Unique identifier of the yard configuration - **yard_id** (integer(int64)) Identifier of the yard - **enabled** (boolean) Indicates if the yard configuration is enabled - **last_modified_at** () - **last_modified_by** (string) Username of the last modifier of this configuration ### 401 Not Authorized ### 403 Not Allowed [Powered by Bump.sh](https://bump.sh)