Inventory Type Created
Occurs when a new Inventory Type is created, using the Inventory Type as the resource in the event.
specversion required | string Value: "1.0" |
id required | string <uuid> |
source required | string Value: "https://quartzy.com" |
type required | string Value: "com.quartzy.type.created" |
datacontenttype required | string Value: "application/json" |
time required | string <date-time> |
required | object |
{- "specversion": "1.0",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "com.quartzy.type.created",
- "datacontenttype": "application/json",
- "time": "2019-08-24T14:15:22Z",
- "data": {
- "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
}
}
}