Param name | Description |
---|---|
page optional |
Value: Must be Integer. |
per_page optional |
Value: Must be Integer. |
name optional |
List brands with names matching the provided string. Value: Must be String |
name_like optional |
List brands with names matching, or similar to, the provided string. Slower, but useful for correcting user input. Value: Must be String |
approved optional |
Value: Must be true or false. |
pending optional |
Value: Must be true or false. |
in_use optional |
Only return brands that have one or more instrument. Value: Must be true or false. |
in_serial_lookup optional |
Only return brands that have one or more serial number ranges defined. Value: Must be true or false. |
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. |
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. |