Appearance
Create Equipment
Create a new equipment instance from an object schema. Requires READ or ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
schemaId* | string | The object schema ID to create an equipment instance from |
body* | object | The field values for the equipment instance |
Return Value
The created equipment instance.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/equipment/:schemaId/create" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"fields": {"name": "Forklift #1", "serialNumber": "FL-001"}}'ENDPOINTS
post
/api/{targetPath}/equipment/:schemaId/create