Grade Change
A notification that a grade has changed for a specific buyer.
/gradechange
The Grade Change web-hook will send a POST
request to your server. For more information about registering web-hooks, please see the Web-hooks guide.
//Headers
Authorization: Bearer <token>
//Body
{
"ehid": "2670462",
"change" : "positive",
"companyUrl": "https://api.single-invoice.co/v3/companies/2670462"
}
Status | Definition | Next Step |
---|---|---|
ANWSERED | A positive grade |
The following grade changes can be delivered by this web hook
-positive
- indicates a positive grade change
-negative
- indicates a negative grade change
Updated over 2 years ago