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.
https://app.insellerate.com/api/integration/UpdateApplication?orgId={{Insellerate Org ID}}&applicationId={{Insellerate Application ID}}
[
{
"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.