Skip to end of banner
Go to start of banner

How To: Post an API for Application 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 10 Next »


How to App update.wmv

To make a request to update an application field on Insellerate, the field library ID will need to be used. See Prospect Table (Field Library) under the Field ID column.

Request URL

https://app.insellerate.com/api/integration/UpdateApplication?orgId={{Insellerate Org ID}}&applicationId={{Insellerate Application ID}}

 

Sample Request Body

[

    {

        "FieldId": 855,

        "Value": "1990-01-01"

    },

    {

        "FieldId": 219,

        "Value": "true"

    }

]

Senders should receive a 200 OK response code, notifying them that the request was received and was either successful/unsuccessful.

Filter by label

There are no items with the selected labels at this time.

<PREV l MENU l NEXT>

  • No labels