Skip to end of banner
Go to start of banner

How To: Post an API for Status and Activity Update

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

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.

<PREV l MENU l NEXT>

  • No labels