About CancelInvite
There are times when an invitation to connect on the Bill.com network needs to be canceled, usually because too much time has passed. Another invitation cannot be sent. The previous invitation must be cancelled first. This will cancel an outstanding invitation. After the cancellation, a new SendInvite call can be made.
Example
Request
<API_URL_EndPoint>/CancelInvite.json
data={
"id" : "nrr01FFAREEUOOVBT4w3"
}
Response
{
"response_status" : 0,
"response_message" : "Success"
}
Resources
Parameters
Field Name | Description | Required? |
---|---|---|
id | Returned by the SendInvite or GetNetworkStatus API's |
Y |