v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get all Proposal

get/estimate (COPY)

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_activestring
filter.jobstring
filter.customerstring
filter.is_convertedstring
filter.is_proposalstring
filter.expiry_from_datestring
filter.expiry_to_datestring
filter.created_from_datestring
filter.created_to_datestring
filter.estimate_from_datestring
filter.estimate_to_datestring
filter.created_bystring
filter.updated_atstring
filter.updated_at_fromstring
filter.updated_at_tostring
filter.statusstring
filter.estimate_uidstring
filter.propertystring
filter.organizationstring
filter.team_uidstring
filter.custom_fieldstring
filter.has_card_on_filestring
filter.financingstring
filter.tagsstring
filter.request_uidstring
deposit_statusstring
service_contractstring
projectstring

Response

200

typestring
total_recordsinteger
current_pageinteger
total_pagesinteger

Example response

{
  "type": "success",
  "data": [
    {
      "estimate_uid": "9d0dc3b0-a0af-11ee-bb95-c34651a5686e",
      "prefix": "ACQ_Showroom_Quotes",
      "estimate_date": "2023-12-21T18:30:00.000Z",
      "expiry_date": "2023-12-24T18:29:00.000Z",
      "organization": {
        "organization_uid": "93c4a910-9c71-11ed-9f13-9789cec5f4f1",
        "organization_name": "2501nithintest",
        "organization_logo": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/b5e57d90-77c6-11ee-b547-03a1b712b698.jpeg",
        "organization_description": "test description ",
        "organization_email": "2501nithintest@mail.com",
        "no_of_customers": 31,
        "organization_address": {
          "city": "Chennai ",
          "state": "Tamil Nadu ",
          "street": "Omr, Kamaraj Nagar, Semmancheri",
          "landmark": "org landmark",
          "zip_code": "600119",
          "geo_cordinates": [
            12.8702583
          ],
          "first_name": "orgfirst",
          "last_name": "orglast",
          "phone_number": "00000000044",
          "email": "orgmail@mail.com"
        }
      },
      "property": {
        "property_address": {
          "_id": "652ce3b459d3b79988759564"
        },
        "property_name": "property16test11",
        "property_uid": "2a498e80-6bf4-11ee-a7f0-af2119a61bc8"
      },
      "total": 3113,
      "estimate_status": "AWAIT_RESPONSE",
      "custom_fields": [
        {
          "label": "Quatation Reference Number",
          "type": "SINGLE_LINE",
          "module_name": "PRODUCT",
          "_id": "65855c06ba0f5e93c8196c9f"
        }
      ],
      "is_expired": true,
      "is_active": true,
      "created_by": {
        "user_uid": "ecd961cb-7cee-4b2d-a837-213ca8b00b5a",
        "first_name": "Guru",
        "last_name": "Prasath",
        "email": "gprasath630@gmail.com",
        "home_phone_number": "8248958724",
        "designation": "Admin",
        "emp_code": "271120",
        "work_phone_number": "8248958724",
        "mobile_phone_number": "8248958724",
        "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/93d0b320-ac2c-11ed-a42c-1daa0c6a528f.jpg",
        "hourly_labor_charge": 20,
        "is_active": true,
        "created_at": "2020-11-27T10:32:45.000Z",
        "updated_at": "2023-11-20T10:07:51.000Z"
      },
      "is_proposal": true,
      "proposal_title": "teewt",
      "proposal_options": [
        {
          "option_uid": "9d4686f0-a0af-11ee-bb95-c34651a5686e",
          "option_name": "Option 1"
        }
      ],
      "created_at": "2023-12-22T09:51:02.694Z",
      "updated_at": "2023-12-24T18:29:00.260Z",
      "estimate_no": 6018,
      "id": "undefined"
    }
  ],
  "total_records": 6146,
  "current_page": 1,
  "total_pages": 615
}