# Create a project work order **POST /projects/workorder** ## Servers ## Parameters ### Body: (object) - **id** (string) Your reference for the work order. Multiple request with same id will be processed only once. - **proposalId** (string) Proposal ID to match project - **description** (string) Description added to work order ## Responses ### 409 Project work order with same ID already exists #### Body: (object) - **traceId** (string) Internal ID. Please provide this ID when contacting support - **message** (string) Message describing the error ### 200 Work order successfully created #### Body: (object) - **id** (string) ID for created work order in Trukks - **title** (string) Title for created work order in Trukks - **message** (string) Work order created ### 400 Invalid input / Project not found / Project contains more than one facility #### Body: (object) - **traceId** (string) Internal ID. Please provide this ID when contacting support - **message** (string) Message describing the error ### 401 Access token is missing or invalid ### 500 Internal error #### Body: (object) - **traceId** (string) Internal ID. Please provide this ID when contacting support - **message** (string) Message describing the error [Powered by Bump.sh](https://bump.sh)