JainamJhaveri
5/6/2018 - 7:50 AM

JSON response for Customers/GetCustomerList

JSON response for Customers/GetCustomerList


{
  "message": "",
  "status": true,
  "timeStamp": "2018-04-26T17:26:58.0638337Z",
  "data": {
    "customers": [
      {
        "CustomerID": "83c158dc-0231-42e4-a451-5ddff666a19e",
        "FirstName": "Jainam",
        "LastName": "Jhaveri"
      },
      {
        "CustomerID": "1465f5e4-f940-4241-8ff1-f111f6a3fea1",
        "FirstName": "Anthony",
        "LastName": "Gonsalves"
      }
    ]
  }
}