Skip to main content
POST
/
apex_receive
cURL
curl --request POST \
  --url https://tmextapidev.estream.com/index.cfm/apex_receive \
  --header 'Content-Type: application/json' \
  --data '
{
  "telemapperEntryId": 123,
  "token": "<string>",
  "officeId": 123
}
'
{
  "message": "{...}",
  "status": 200,
  "success": true,
  "telemapperMessage": "Successfully received telemapperEntryId from Apex."
}

Query Parameters

isUnsubmit
boolean
isLockedWeek
boolean

Body

application/json
telemapperEntryId
integer
required

Telemapper entry identifier

token
string
required

Authentication token

officeId
integer

Optional office identifier

Response

200 - application/json

Success

The response is of type object.