Openapi
Return a quote detail record for the specified organization.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiduuidapplication/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/quotes/123"{ "quote": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "customerId": 1, "number": 1, "numberPrefix": "string", "displayNumber": "string", "version": 1, "supersedesQuoteId": "e4cfe6b9-7283-488a-a4df-395929170014", "status": "draft", "quoteTemplateId": "9a791ff5-4365-47dc-9262-806c185b930c", "title": "string", "intro": "string", "terms": "string", "validUntil": "string", "currency": "string", "vatInclusive": true, "discountKind": "none", "discountValue": 0, "discountDescription": "string", "subtotalExcl": 0, "vatTotal": 0, "totalIncl": 0, "publicMessage": "string", "sentAt": "2019-08-24T14:15:22Z", "acceptedAt": "2019-08-24T14:15:22Z", "rejectedAt": "2019-08-24T14:15:22Z", "expiredAt": "2019-08-24T14:15:22Z", "withdrawnAt": "2019-08-24T14:15:22Z", "hasUnpublishedChanges": true, "acceptedByName": "string", "acceptedByEmail": "string", "acceptedIp": "string", "acceptedUserAgent": "string", "acceptedOptionalLineIds": [ "7905e023-6ec9-47d6-8de1-0028067c1619" ], "archivedAt": "2019-08-24T14:15:22Z", "signatureProvider": "string", "signatureEnvelopeId": "string", "signedPdfUrl": "string", "invoiceId": "4f163819-178d-470c-a246-d6768476a6ec", "issueDate": "string", "vatRegime": "standard", "sellerName": "string", "sellerAddressLine1": "string", "sellerAddressLine2": "string", "sellerAddressPostalCode": "string", "sellerAddressCity": "string", "sellerAddressCountry": "string", "sellerEmail": "string", "sellerPhone": "string", "sellerKvk": "string", "sellerBtw": "string", "sellerIban": "string", "buyerName": "string", "buyerAddressLine1": "string", "buyerAddressLine2": "string", "buyerAddressPostalCode": "string", "buyerAddressCity": "string", "buyerAddressCountry": "string", "buyerEmail": "string", "buyerKvk": "string", "buyerBtw": "string", "termsRichText": "string", "termsUrl": "string", "termsPdfFileId": "447ac172-1a77-4d3e-a448-6529f5bad5f6", "termsPdfVersionId": "357f5e3f-e5dd-4fb8-ab36-48697a651460", "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "updatedBy": "b0efe45f-0520-4e21-90f0-7e35f137732e", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }, "lines": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "kind": "line", "lineType": "product", "productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113", "taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8", "title": "string", "description": "string", "quantity": 0, "unit": "string", "unitPrice": 0, "vatRate": 0, "discountKind": "none", "discountValue": 0, "isOptional": true, "pricingMode": "unit", "subscriptionInterval": "weekly", "subscriptionPeriods": 1, "position": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "statusHistory": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "fromStatus": "draft", "toStatus": "draft", "actorUserId": "94141e08-adc7-44ce-bed3-45f031b9f36f", "actorCustomerName": "string", "actorCustomerEmail": "string", "reason": "string", "ip": "string", "userAgent": "string", "createdAt": "2019-08-24T14:15:22Z" } ], "versions": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "version": 1, "status": "draft", "reason": "string", "publishedAt": "2019-08-24T14:15:22Z" } ], "linkedAssetIds": [ 1 ], "linkedTaskIds": [ "7ce2dbb8-9c9b-43ac-83fd-8916c9bef936" ]}