claim
-
GET /api/M26/claims/{code} - API lấy thông tin chi tiết khiếu nại
-
- Header: X-Tenant*
- Path: code* (string)
-
POST /api/M26/claims -- Tạo khiếu nại trên đơn
-
body:
{
"name": "string",
"description": "string",
"relatedOrder": "string",
"reasonCode": "string",
"solutionCode": "string",
"suggest": "string",
"ticketType": "string",
"claimProductCommands": [
{
"relatedProduct": "string",
"notReceived": 0,
"numbersFaultyProduct": 0
}
],
"imageIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}