{
"location_details": [
{
"tenant_code": "string",
"location_code": "string",
"location_name": "string",
"address": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"phone": "string",
"email": "string",
"website": "string",
"currency_code": "string",
"fax": "string",
"sales_tax_number": "string",
"trade_id_number": "string",
"reference_code": "string",
"geo_codeX": 0,
"geo_codeY": 0,
"gst_number": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_location_details' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_details": [
{
"tenant_code": "string",
"location_code": "string",
"location_name": "string",
"address": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"phone": "string",
"email": "string",
"website": "string",
"currency_code": "string",
"fax": "string",
"sales_tax_number": "string",
"trade_id_number": "string",
"reference_code": "string",
"geo_codeX": 0,
"geo_codeY": 0,
"gst_number": "string"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}