/
How To: Update Status and Activity via API
How To: Update Status and Activity via API
To make a request to update an application's status/activity on Insellerate, the specific status IDs and activity IDs need to be used. Contact the Insellerate Support team to provide the complete list for the org in question.
Request URL
https://app.insellerate.com/api/integration/UpdateStatusAndActivity?orgId={{Insellerate Org ID}}&applicationId={{Insellerate Application Id}}
Sample Request Body
{
"StatusId": 10191,
"ActivityId": 10774
}
Senders should receive a 200 OK response code, notifying them that the request was received and was either successful/unsuccessful.
Related content
How To: Update an Application via API
How To: Update an Application via API
More like this
How To: Create Notes via API
How To: Create Notes via API
More like this
How To: Post an API to Reassign a User
How To: Post an API to Reassign a User
More like this
How To: Post API for an Integrated Search
How To: Post API for an Integrated Search
Read with this
Upload or Update Partners Using an API
Upload or Update Partners Using an API
More like this
How To: Post a Lead to Insellerate via Zapier
How To: Post a Lead to Insellerate via Zapier
Read with this