orders
13 endpoints.
- GET
/api/v1/ordersList orders - POST
/api/v1/ordersCreate order - POST
/api/v1/orders/from-estimate/{estimate_id}Create order from estimate - DELETE
/api/v1/orders/{order_id}Delete order - GET
/api/v1/orders/{order_id}Get order - PUT
/api/v1/orders/{order_id}Update order - POST
/api/v1/orders/{order_id}/attach-contract-fileAttach the executed contract file - POST
/api/v1/orders/{order_id}/countersignCountersign order - POST
/api/v1/orders/{order_id}/mark-sentMark order sent (no email) - POST
/api/v1/orders/{order_id}/remind-signerRemind the customer to sign - POST
/api/v1/orders/{order_id}/revert-to-draftRevert order to draft - POST
/api/v1/orders/{order_id}/sendSend order for signature - POST
/api/v1/orders/{order_id}/signMark order signed