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
}
Language
Click Try It! to start a request and see the response here!