{
"cfa_mapping": [
{
"tenant_code": "string",
"distributor_code": "string",
"cfa_code": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"is_default": true
}
]
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/set_cfa_mapping' \
--header 'Content-Type: application/json' \
--data-raw '{
"cfa_mapping": [
{
"tenant_code": "string",
"distributor_code": "string",
"cfa_code": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"is_default": true
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"record_count": 0
}