This endpoint documentation is generated directly from openapi.yaml.

POST /customer/pricing/fixed

Operation ID: addCustomerFixedPricing

Add customer fixed pricing

Security requirements:

SchemeScopes
BearerAuth-

Required: yes.

Content type: application/json

{ "properties": { "customer_number": { "type": "integer" }, "description": { "type": "string" }, "price": { "type": "integer" } }, "required": [ "customer_number", "price", "description" ], "type": "object" }
StatusDescriptionContent Types
200Successapplication/json

Schema for response 200 (application/json):

{}