cURL
curl --request POST \ --url https://tmextapidev.estream.com/index.cfm/payroll/apex_receive \ --header 'Content-Type: application/json' \ --data ' { "telemapperEntryId": 123, "token": "<string>", "officeId": 123 } '
{ "message": "Successfully received telemapperEntryId from Apex.", "status": 200, "success": true }
Telemapper entry identifier
Authentication token
Optional office identifier
Success
The response is of type object.
object
Was this page helpful?