Get Order Edit Configuration
PUT endpoint for /brand/order/get-order-edit-configuration in brand category
Overview
- Method: PUT
- Path:
/brand/order/get-order-edit-configuration - Tags: brand
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"type": "object",
"properties": {
"orderEditConfiguration": {
"type": "object",
"additionalProperties": true
}
},
"required": [
"orderEditConfiguration"
]
}400
Bad Request
Content Type: application/json
{
"$ref": "#/components/schemas/Error"
}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X PUT \
http://localhost:9000/brand/order/get-order-edit-configuration \
-H "Content-Type: application/json" \
Interactive Testing
You can test this endpoint interactively in the Swagger UI (opens in a new tab).