{"openapi":"3.1.0","info":{"title":"POST /api/v1/contracts","version":"1.0.0","description":"Create a contract"},"servers":[{"url":"https://api.ondayzero.com","description":"Production"}],"paths":{"/api/v1/contracts":{"post":{"tags":["contracts"],"summary":"Create a contract","description":"Create a contract directly from the Contracts UI. Provide either an existing order to promote (`order_id`) or a full order payload (`order`) to draft and countersign in one step. Both paths run the order through countersign, so the contract keeps a frozen order as its provenance.","operationId":"create_contract_api_v1_contracts_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-business-id","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Business-Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContractCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SuccessEnvelope_ContractResponse_"}}}},"400":{"description":"Bad Request - Invalid input","content":{"application/json":{"example":{"detail":"Invalid request parameters"}}}},"401":{"description":"Unauthorized - Authentication required","content":{"application/json":{"example":{"detail":"Not authenticated"}}}},"403":{"description":"Forbidden - Insufficient permissions","content":{"application/json":{"example":{"detail":"Not enough permissions"}}}},"404":{"description":"Not Found - Resource does not exist","content":{"application/json":{"example":{"detail":"Resource not found"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"ContractCreate":{"properties":{"order_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Order Id","description":"Existing order to promote into a contract."},"order":{"anyOf":[{"$ref":"#/components/schemas/OrderCreate"},{"type":"null"}],"description":"New order to create and countersign in one step."}},"type":"object","title":"ContractCreate","description":"Request to create a contract directly from the Contracts UI.\n\nA contract is always the countersigned face of an order, so both creation\npaths funnel through the same order → countersign machinery (keeping a\nfrozen order as the contract's provenance). Provide **exactly one** of:\n\n- ``order_id`` — promote an existing signed/sent/draft order into a\n  contract (the \"match\" path).\n- ``order`` — a full order payload to draft and take straight through to a\n  live contract in one step (offline-signed / migrated agreements)."},"ContractResponse":{"properties":{"id":{"type":"string","title":"Id"},"business_id":{"type":"string","title":"Business Id"},"order_id":{"type":"string","title":"Order Id"},"project_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Project Id"},"customer_id":{"type":"string","title":"Customer Id"},"customer_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Customer Name"},"number":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Number"},"status":{"type":"string","title":"Status"},"currency":{"type":"string","title":"Currency"},"original_value_cents":{"type":"integer","title":"Original Value Cents","default":0},"current_value_cents":{"type":"integer","title":"Current Value Cents","default":0},"billed_cents":{"type":"integer","title":"Billed Cents","default":0},"recognized_cents":{"type":"integer","title":"Recognized Cents","default":0},"deferred_remaining_cents":{"type":"integer","title":"Deferred Remaining Cents","default":0},"billed_pct":{"type":"number","title":"Billed Pct","default":0.0},"earned_pct":{"type":"number","title":"Earned Pct","default":0.0},"total_contracted_hours":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Total Contracted Hours","default":"0"},"hours_drawn":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Hours Drawn","default":"0"},"hours_remaining":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Hours Remaining","default":"0"},"first_invoice_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"First Invoice Date"},"end_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"End Date"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"can_be_paused":{"type":"boolean","title":"Can Be Paused","default":false},"can_be_resumed":{"type":"boolean","title":"Can Be Resumed","default":false},"can_be_amended":{"type":"boolean","title":"Can Be Amended","default":false}},"type":"object","required":["id","business_id","order_id","customer_id","status","currency","created_at","updated_at"],"title":"ContractResponse","description":"Response schema for a contract."},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"OrderCreate":{"properties":{"customer_id":{"type":"string","title":"Customer Id","description":"Customer the order is for."},"project_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Project Id","description":"Project / job (optional)."},"order_description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Order Description","description":"Order description."},"order_start_date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Order Start Date","description":"Order start (YYYY-MM-DD)."},"first_invoice_date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"First Invoice Date","description":"First invoice date (YYYY-MM-DD); anchors the term clock."},"term_months":{"anyOf":[{"type":"integer","minimum":1.0},{"type":"null"}],"title":"Term Months","description":"Term length in months."},"discount_cents":{"type":"integer","minimum":0.0,"title":"Discount Cents","description":"Contract-level discount (cents).","default":0},"tax_treatment":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tax Treatment","description":"Tax treatment label."},"currency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Currency","description":"Currency code.","default":"USD"},"lines":{"items":{"$ref":"#/components/schemas/OrderLineInput"},"type":"array","title":"Lines","description":"Order-form lines."}},"type":"object","required":["customer_id"],"title":"OrderCreate","description":"Request schema for creating an order."},"OrderLineInput":{"properties":{"catalog_item_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Catalog Item Id","description":"Catalog item this line is based on (optional)."},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Line description."},"qty":{"anyOf":[{"type":"number","minimum":0.0},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Qty","description":"Ordered quantity / hours."},"unit_price_cents":{"type":"integer","minimum":0.0,"title":"Unit Price Cents","description":"Unit price in cents."},"billing_rule":{"type":"string","title":"Billing Rule","description":"flat, per_unit, recurring, usage_metered, or prepaid_block.","default":"flat"},"billing_timing":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Billing Timing","description":"Recurring only: each_period, first_upfront, all_upfront."},"ramp_schedule":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Ramp Schedule","description":"Pre-agreed step qty/price schedule (frozen at signing)."}},"type":"object","required":["qty","unit_price_cents"],"title":"OrderLineInput","description":"A single order-form line on create/update."},"SuccessEnvelope_ContractResponse_":{"properties":{"success":{"type":"boolean","title":"Success","default":true},"message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Message"},"code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Code"},"data":{"anyOf":[{"$ref":"#/components/schemas/ContractResponse"},{"type":"null"}]}},"additionalProperties":true,"type":"object","title":"SuccessEnvelope[ContractResponse]"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}},"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"API Token","description":"API token authentication. Format: `Bearer dz_...`"}}},"security":[{"BearerAuth":[]}]}