Endpoint Examples
Create Units
Creates a new unit in the store
POST
/
units
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredThe name of the unit
id
integer
requiredIdentification number of the unit
tag
string
Tag to specify the type
Response
200 - application/json
name
string
requiredThe name of the unit
tag
string
Tag to specify the type