notificationTest

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
}
Body Params
string
required
Responses

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json