About SendInvite
Sends an invitation to connect your organization to an organization discovered on the Bill.com network (to pay or get paid). This is a Multi Factor Authentication (MFA) protected endpoint. For more information, see the Multi Factor Authentication Workflow.
If the organization invited does not respond, another invitation cannot be sent (error is returned). The first invitation must be canceled (see CancelInvite), and then a new invite can be sent.
NOTE: Invitations are sent to the email address for the customer or vendor.
Example
Request
<API_URL_EndPoint>/SendInvite.json
data={
"networkId" : "0162462563856468",
"id" : "00901PDAWMNOELG1x9rt"
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"requestId": "nrr01FFAREEUOOVBT4w3"
}
Resources
Parameters
Request parameters
Field Name | Description | Required? |
---|---|---|
networkId | The Org's network ID | Yes |
id | Customer Id on your Bill.com account | Yes |
Response parameters
Field Name | Description |
---|---|
requestId | Returned by the SendInvite or GetNetworkStatus APIs |