Location Type
Create Location Types
POST
/locationtypes
Headers
Name
Type
Description
API_KEY
string
Contact Blowhorn team for API Key
{
"status": "PASS",
"message": {
"name": "anu",
"description": "Its about location type"
}
}
{
"location_type": [
{
"name": "anu"
},
{
"description": "Its about location type"
},
{
"loc_prefix_code": "CCGG",
"links": {
"locationtypes": "locationtypes"
}
}
]
}
Last updated
Was this helpful?