{
"product_rc_mapping": [
{
"tenant_code": "string",
"item_code": "string",
"primary_rc": "string",
"secondary_rc": "string",
"unsorted_rc": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/set_product_rc_mapping' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_rc_mapping": [
{
"tenant_code": "string",
"item_code": "string",
"primary_rc": "string",
"secondary_rc": "string",
"unsorted_rc": "string"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}