Blowhorn API Documentation
  • Welcome
  • API REFERENCE
    • Authentication
      • Customer Authentication
      • Partner Authentication
    • Orders
      • Shipment Orders
      • Marketplace Orders
      • Cancel Order
      • Order Event
      • Order Event History
      • ETA
      • Delivery Partner Details
      • Order Documents
    • Drivers
      • Available Vehicle Class
      • Driver Availability
      • Payday Loan Eligibility
      • Driver Details
      • Driver Balance
      • Driver Deductions
    • Locations
      • Serviceability
      • Hubs
      • Coverage
      • Location Type
      • Storage Type
      • Location Zone
      • Location
    • WMS Inbound
      • Clients
      • Suppliers
      • Purchase Orders
      • Advance Shipping Notice
      • Goods Receipt Note
    • WMS Outbound
      • Shipping Label
      • Shipping Manifest
    • Inventory
      • Product Group
      • Tracking Level
      • Pack Config
      • SKU
      • Inventory
      • Inventory Transaction
    • Webhooks
      • HMAC Authentication
      • Order Status
      • Trip Status
      • Inventory Status
  • Help
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. API REFERENCE
  2. Locations

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": "Unauthorized / Wrong api key"
}
{
  "status": "FAIL",
  "message": "Unexpected error"
}
{
  "location_type": [
    {
      "name": "anu"
    },
    {
      "description": "Its about location type"
    },
    {
      "loc_prefix_code": "CCGG",
      "links": {
        "locationtypes": "locationtypes"
      }
    }
  ]
}
PreviousCoverageNextStorage Type

Last updated 3 years ago

Was this helpful?