{
"street_details": [
{
"tenant_code": "B001",
"location_code": "B001",
"street_code": "st-001",
"street_description": "st-038",
"sub_area_code": "560043"
}
]
}curl --location --request POST 'https://testapi.com/api/xd/1.0/set_street_details' \
--header 'Content-Type: application/json' \
--data-raw '{
"street_details": [
{
"tenant_code": "B001",
"location_code": "B001",
"street_code": "st-001",
"street_description": "st-038",
"sub_area_code": "560043"
}
]
}'{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}