curl -X POST -H "Authorization: XXXX" -H "Content-Type: application/json" -d '{"name": "New Brand"}' "https://api.axefax.com/brands" Response: { "brand":{ "id":549, "type_id": 1, "name":"New Brand", "approved":false } }
Param name | Description |
---|---|
name required |
Value: Must be String |
type_id optional |
Brand type. Only necessary if you are using the generic API (api.axefax.com) Value: Must be Integer. |