Hi Team,
Facing Validation Error in Response can you please help on this which is missed in the Request.
Request:
{
"service": "kapture",
"statuses": [
{
"shipments": [
{
"identifier": "17128216370091164437",
"products": [
{
"identifier": "7500034",
"line_number": 1,
"quantity": 1
}
],
"reasons": {
"products": [
{
"filters": [
{
"identifier": "7500034",
"line_number": 1,
"quantity": 1
}
],
"data": {
"reason_id": 119,
"reason_text": "Damaged product delivered"
}
}
],
"entities": []
},
"data_updates": {
"products": [
{
"filters": [
{}
],
"data": {
"meta": {
"kapture_qc_ticket_id": "712821639196",
"product_name": "LG 1.5 Ton 5 Star 6-in-1 Convertible Inverter Split AC, RS-Q19CNZE (100 Percent Copper, AI Dual Inverter Compressor, 4 Way Swing, Anti Corrosive Ocean Black Protection, 2023 launch)",
"product_cat_image": "https://cdn.pixelbin.io/v2/jiomart-fynd/jio-np/wrkr/jmrtz0/products/pictures/item/free/270x0/OGxrI-UYL-redmi-11-prime-64-gb-4-gb-ram-peppy-purple-mobile-phone-digital-o493178801-p594779628-0-202210221328.jpeg",
"prices": {
"product_amount_paid": 13928
},
"id": 155149,
"qc_media": [
{
"image_data": [
"https://cdn.tirabeauty.com/v2/super-fire-62c344/tirabz/wrkr/tiraz0/company/2/applications/62f35968d101a6d38c886d85/product-request/pictures/free/original/rx5eAiCMb-20_2ac17cf9-ba28-46b7-afec-a4dc46164c38_1800x1800-(1).jpg"
]
},
{
"video_data": []
}
],
"additional_return_remarks": "Damaged product delivered"
}
}
}
],
"entities": [
{}
]
}
}
],
"status": "return_pre_qc"
}
],
"force_transition": true
}
Response:
{
"statuses": [
{
"shipments": [
{
"status": 400,
"message": "'data'",
"code": null,
"exception": "ValidationError",
"stack_trace": null,
"meta": null,
"identifier": "17128216370091164437"
}
]
}
]
}