id | uuid | Unique record ID. Optional on create; see constraints below. |
organizationId | uuid | Organization from your API key. Read-only. |
createdAt | date-time | Read-only. |
updatedAt | date-time | Read-only. |
isArchived | boolean | Optional on create; see constraints below. |
archivedAt | date-time | null | Read-only. |
name | string | Required on create. |
identifier | string | Optional on create; see constraints below. |
code | string | null | Optional on create; see constraints below. |
type | string | supplier, manufacturer, subcontractor. Optional on create; see constraints below. |
status | string | active, inactive. Optional on create; see constraints below. |
website | string | null | Optional on create; see constraints below. |
addressLine1 | string | null | Optional on create; see constraints below. |
addressLine2 | string | null | Optional on create; see constraints below. |
city | string | null | Optional on create; see constraints below. |
stateOrProvince | string | null | Optional on create; see constraints below. |
postalCode | string | null | Optional on create; see constraints below. |
country | string | null | US, CA. Optional on create; see constraints below. |
defaultLeadTimeDays | integer | null | Optional on create; see constraints below. |
metadata | object | Optional on create; see constraints below. |