Skip to main content
POST
/
employees
New Hire Data for Apex.
curl --request POST \
  --url https://tmextapidev.estream.com/index.cfm/employees
{
  "total": 2,
  "code": 200,
  "success": true,
  "data": [
    {
      "total": 0,
      "code": 200,
      "success": true,
      "data": {
        "personid": 12345,
        "lastname": "Doe",
        "phone": "555-1234",
        "officename": "SUNBEAM TX, INC",
        "firstname": "John",
        "email": "",
        "officeid": 17175
      }
    }
  ]
}

Query Parameters

token
string
required
officeid
string
lastDate
string
hasTeleMapperAcct
string

Response

200 - application/json

Success

The response is of type object.