The Send notifications on closing documents method is used for triggering the closing documents generated event (see ). This event is used for sending notifications to accounts of the current reseller or any of its downstream resellers on closing documents in the New status for the selected period from an ERP system.
POST {base_url}/api/v3/resellers/{reseller_id}/notifications/external_invoices
Arguments
Response model
The method responses with null and the 200 OK status.
If the account_ids array is empty or has the incorrect format, the method responds with the error description and 422 (Unprocessable Entity) status. Notifications will not be sent.
JSON
{
"errors": {
"title": "param is missing or the value is empty: account_ids",
"status": "422"
}
}
Request example
XML
POST /api/v3/resellers/1/accounts/505/notifications/external_invoices
Host: test.activeplatform.com
Content-Type: application/vnd.api+json
X-Api-Token: vY5fwetestK3gJXZH5uHCw
Accept: application/vnd.api+json
JSON
{
"account_ids": [
2003421,
2003565,
2013289,
2013459
],
"start_date": "2019-11-01",
"end_date": "2019-11-30"
}
Response example
-
Status: 200 OK
-
Body:
null