post deprecated
https://api.clicklease.com/statusChange/test
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request
NoteThe 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
} 201Created
401Unauthorized
403Forbidden
404Not Found