Skip to main content
POST
/
apex_send
cURL
curl --request POST \
  --url https://tmextapidev.estream.com/index.cfm/apex_send
{
  "message": "{...}",
  "status": 200,
  "success": true,
  "telemapperMessage": "Successfully sent telemapperEntryId to Apex."
}

Query Parameters

token
string
required
telemapperEntryId
integer
required
isResubmit
boolean
isRoadshows
boolean
officeId
integer

Response

200 - application/json

Success

The response is of type object.