FieldEx Developer
developer notes

Get Customer Contact by ID

The CustomerContactGetbyID API allows you to retrieve a customer contact record by its ID. This can be useful in cases where you need to retrieve a specific customer contact record.

Method API Endpoint
GET {{endpoint}}/api/ext/contacts/{id}

Headers

Key Value
Content-Type application/json
Authorization Bearer {{token}}

Example Response

//status - 200
{
    "createdBy": "load.test1@trial.custella.com",
    "createdDate": "2023-05-10T10:11:36Z",
    "lastModifiedBy": "load.test1@trial.custella.com",
    "lastModifiedDate": "2023-05-10T10:11:36Z",
    "id": 1,
    "title": "Ms.",
    "fullName": "test",
    "email": null,
    "phone": "0124578946",
    "type": "PUBLIC",
    "department": null,
    "designation": null,
    "fax": null,
    "externalId": null,
    "enableCustomerPortal": false,
    "customer": {
        "createdBy": "load.test1@trial.custella.com",
        "createdDate": "2023-04-30T23:41:03Z",
        "lastModifiedBy": "load.test1@trial.custella.com",
        "lastModifiedDate": "2023-04-30T23:41:03Z",
        "id": 4,
        "name": "Load Test",
        "phone": null,
        "email": null,
        "company": null,
        "officeAddress": null,
        "role": null,
        "imageUrl": null,
        "billingCity": "Sepang",
        "billingCountry": "Malaysia",
        "billingPostcode": "64000",
        "billingState": "Selangor",
        "billingStreet": "KLIA Terminal 2 - International Arrival Hall, Kuala Lumpur International Airport",
        "shippingCity": "Sepang",
        "shippingCountry": "Malaysia",
        "shippingPostcode": "64000",
        "shippingState": "Selangor",
        "shippingStreet": "KLIA Terminal 2 - International Arrival Hall, Kuala Lumpur International Airport",
        "customerExternalId": null,
        "customerSecondExternalId": null,
        "customerSfExternalId": null,
        "customerNumber": "C-000004",
        "customerSource": null,
        "description": null,
        "paymentTerm": null,
        "phone2": null,
        "contactPersonName": null,
        "area": "Area",
        "noOfEmployees": "0 - 20 Employees",
        "fax": null,
        "customerType": "Customer",
        "website": null,
        "isDeleted": "N",
        "shippingPlaceId": null,
        "billingPlaceId": null,
        "createdByFullName": "Load Admin",
        "modifiedByFullName": "Load Admin",
        "imageUrlOfCreator": "",
        "imageUrlOfModifier": "",
        "billingLatitude": 2.7447148,
        "billingLongitude": 101.6851931,
        "state": null,
        "systemUsed": null,
        "patientRentalTvs": null,
        "fixedRentalTvs": null,
        "customerReferenceNo": null,
        "terminalCount": null,
        "shippingLatitude": 2.7447148,
        "shippingLongitude": 101.6851931,
        "industry": null,
        "customersType": null,
        "geoFence": null,
        "customerSector": null,
        "customerSubSector": null,
        "serviceZone": null,
        "categoryType": null,
        "customerChannel": null,
        "attachments": [],
        "createdByUserId": null,
        "createdByUser": null,
        "modifiedByUserId": null,
        "modifiedByUser": null,
        "generateLoadingBay": true
    },
    "site": null,
    "project": null
}