InventoryLocation types

Create Location Type

Create a new location type

POST
/shipos/location-types
x-access-token<token>

In: header

Request Body

application/json

The fields needed to create a location type

The fields needed to create a location type

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/shipos/location-types" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "team_id": "string",  "updated_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "name": "string",  "id": "string"}