Generate wash certificate
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /order/wash-certificate
Operation
Operation ID: generateWashCertificate
Generate a wash certificate for an order
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"properties": {
"order_id": {
"type": "integer"
}
},
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Wash certificate generated successfully | application/json |
400 |
Schema for response 200 (application/json):
{}
17 March 2026