Skip to content

Create Equipment

Create a new equipment instance from an object schema. Requires READ or ADMIN permissions.

Parameters

name * are required parametersdata typedescription
schemaId*stringThe object schema ID to create an equipment instance from
body*objectThe 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