API ReferenceWork Package
workPackage.create
Type: Mutation · Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| projectId | string | Yes | — | ID of the associated project |
| name | string | Yes | — | Name |
| description | unknown | No | — | Description |
| status | enum(planned, in_progress, completed, canceled) | Yes | "planned" | Status |
| assignedToType | enum(internal, external) | Yes | "internal" | Assigned to type |
| customerVisible | boolean | Yes | false | Customer visible |
| sortOrder | integer | Yes | 0 | Sort order |
| vendorOrganizationId | unknown | No | — | ID of the associated vendor organization |
| nteAmount | unknown | No | — | Nte amount |
| retainagePercent | unknown | No | — | Retainage percent |
| insuranceVerifiedAt | unknown | No | — | Insurance verified at |
Example
{
"projectId": "550e8400-e29b-41d4-a716-446655440000",
"name": "Example Name",
"description": null,
"status": "planned",
"assignedToType": "internal",
"customerVisible": false,
"sortOrder": 0
}