v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Organization Details

get/organization/{organization_uid}

Path parameters

organization_uidstring required

Organization uid

Response

200

typestring

Example response

{
  "type": "success",
  "data": {
    "organization_uid": "4cb510d0-5b9a-11ee-b665-fff525290acf",
    "organization_name": "Ranson Electric Vehicle Company",
    "no_of_customers": 1,
    "organization_address": {
      "city": "Chennai ",
      "state": "Tamil Nadu ",
      "street": "Zupersoft Solutions Private Limited, Rajiv Gandhi Salai, Elango Nagar, OMR",
      "country": "India",
      "zip_code": "600041",
      "geo_cordinates": [
        12.9729537
      ],
      "first_name": "Lavanya",
      "last_name": "govindd"
    },
    "organization_billing_address": {
      "city": "Chennai ",
      "state": "Tamil Nadu ",
      "street": "Zupersoft Solutions Private Limited, Rajiv Gandhi Salai, Elango Nagar, OMR",
      "country": "India",
      "zip_code": "600041",
      "geo_cordinates": [
        12.9729537
      ],
      "first_name": "Lavanya",
      "last_name": "govindd"
    },
    "custom_fields": [
      {
        "label": "LookUp",
        "type": "LOOKUP",
        "_id": "651174fc699147062783f754"
      }
    ],
    "created_by": {
      "user_uid": "57a967fe-30c1-41a6-a4e5-5a04f5b8c936",
      "first_name": "Lavanya",
      "last_name": "G",
      "email": "lavanya.g@zuper.co",
      "designation": "Admin",
      "emp_code": "Z200",
      "profile_picture": "https://s3.ap-south-1.amazonaws.com/prod.app.zuperpro/assets/profile_picture.jpg",
      "hourly_labor_charge": 20,
      "is_active": true,
      "created_at": "2023-09-08T07:13:05.000Z",
      "updated_at": "2023-09-08T07:13:05.000Z"
    },
    "is_active": true,
    "created_at": "2023-09-25T11:54:36.514Z",
    "updated_at": "2023-09-25T11:54:36.517Z"
  }
}