/
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