post https://api-2445581360969.apicast.io/api/statusChange/test
Request
Note
The headerName and headerValue fields are not required. Also, the applicationId is not required either, if it is not provided the system will use a bogus id.
{
"url": "https://myCompanyDomain/statusNotification",
"applicationId": 1000030,
"status": "PROPOSAL",
"type": 0,
"headerName": "X-MYHEADER",
"headerValue": "HEADERVALUE"
}
Response
{
"code": "201",
"msg": "Notification created",
"object": null
}