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"
}
}{
"status": "FAIL",
"message": "`value` for `name` is mandatory for Wms Location Type"
}{
"status": "FAIL",
"message": "Unexpected error"
}{
"location_type": [
{
"name": "anu"
},
{
"description": "Its about location type"
},
{
"loc_prefix_code": "CCGG",
"links": {
"locationtypes": "locationtypes"
}
}
]
}Last updated
Was this helpful?