v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get all Quote

get/estimate

Query parameters

pagestring
countstring
sort'DESC' | 'ASC'
sort_by'invoice_no' | 'reference_no' | 'created_at' | 'invoice_date' | 'due_date'
filter.keywordstring
filter.is_deletedboolean
filter.is_expiredboolean
filter.is_activeboolean
filter.jobstring
filter.customerstring
filter.is_convertedboolean
filter.is_proposalboolean
filter.expiry_from_datestring date
filter.expiry_to_datestring date
filter.created_from_datestring date
filter.created_to_datestring date
filter.estimate_from_datestring date
filter.estimate_to_datestring date
filter.created_bystring
filter.sold_by_userstring
filter.updated_atstring date
filter.updated_at_fromstring date
filter.updated_at_tostring date
filter.statusstring
filter.estimate_uidstring
filter.propertystring
filter.organizationstring
filter.team_uidstring
filter.custom_fieldstring
filter.has_card_on_fileboolean
filter.financingstring
filter.tagsstring
filter.request_uidstring
deposit_statusstring
filter.service_contractstring
filter.projectstring
filter.business_unitstring
filter.accepted_date_fromstring date
filter.accepted_date_tostring date
filter.sent_date_fromstring date
filter.sent_date_tostring date

Response

200

typestring
total_recordsinteger
current_pageinteger
total_pagesinteger

Example response

{
  "type": "success",
  "data": [
    {
      "estimate_uid": "a40c6440-a3f3-11ee-a40a-3f13070c804a",
      "prefix": "ACQ_Showroom_Quotes",
      "reference_no": "6023",
      "estimate_date": "2023-12-25T18:30:00.000Z",
      "expiry_date": "2023-12-28T18:29:00.000Z",
      "customer": {
        "customer_uid": "456f6c40-a3f1-11ee-a40a-3f13070c804a",
        "customer_first_name": "BBC",
        "customer_last_name": "News status",
        "customer_organization": {
          "organization_uid": "d5e5d810-77da-11ee-b547-03a1b712b698",
          "organization_name": "ATT",
          "organization_email": "att@mail.com",
          "organization_address": {
            "city": "Amarillo ",
            "state": "Texas ",
            "street": "U.S. Route 66, USA",
            "country": "United States",
            "geo_cordinates": [
              35.2218261302496
            ]
          },
          "is_active": true
        },
        "customer_email": "bbc@gmail.com",
        "customer_contact_no": {
          "mobile": "8796584566",
          "home": "1111122222",
          "work": "4444444444"
        }
      },
      "organization": {
        "organization_uid": "d5e5d810-77da-11ee-b547-03a1b712b698",
        "organization_name": "ATT",
        "organization_email": "att@mail.com",
        "no_of_customers": 4,
        "organization_address": {
          "city": "Amarillo ",
          "state": "Texas ",
          "street": "U.S. Route 66, USA",
          "country": "United States",
          "geo_cordinates": [
            35.2218261302496
          ]
        }
      },
      "total": 323,
      "tags": [
        "test"
      ],
      "estimate_status": "DRAFT",
      "custom_fields": [
        {
          "label": "Quatation Reference Number",
          "value": "555432",
          "type": "SINGLE_LINE",
          "module_name": "PRODUCT",
          "_id": "658ad6a5729f0b7d12d7ce44"
        }
      ],
      "is_active": true,
      "created_by": {
        "user_uid": "50689376-6348-41dd-81e3-9d75dc73027d",
        "first_name": "Maruthu",
        "last_name": "Raja",
        "email": "Maruthu@zuper.co",
        "designation": "Test",
        "emp_code": "5000",
        "work_phone_number": "8220131280",
        "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/04a37b90-9a53-11ee-8187-39c77e7ec503.webp",
        "hourly_labor_charge": 20,
        "is_active": true,
        "created_at": "2023-05-05T06:57:26.000Z",
        "updated_at": "2023-12-14T07:33:04.000Z"
      },
      "sold_by_user": {
        "user_uid": "50689376-6348-41dd-81e3-9d75dc73027d",
        "first_name": "Maruthu",
        "last_name": "Raja",
        "email": "Maruthu@zuper.co",
        "designation": "Test",
        "emp_code": "5000",
        "work_phone_number": "8220131280",
        "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/04a37b90-9a53-11ee-8187-39c77e7ec503.webp",
        "hourly_labor_charge": 20,
        "is_active": true,
        "created_at": "2023-05-05T06:57:26.000Z",
        "updated_at": "2023-12-14T07:33:04.000Z"
      },
      "created_at": "2023-12-26T13:35:33.232Z",
      "updated_at": "2023-12-26T13:35:43.536Z",
      "estimate_no": 6023,
      "id": "undefined"
    }
  ],
  "total_records": 6146,
  "current_page": 1,
  "total_pages": 615
}