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.
Related Articles
Filter by label
There are no items with the selected labels at this time.