/
How To: Update an Application via API
How To: Update an Application via API
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.
Related content
How To: Update Status and Activity via API
How To: Update Status and Activity via API
More like this
How To: Post an API to Reassign a User
How To: Post an API to Reassign a User
More like this
How To: Perform a Bulk Post via API
How To: Perform a Bulk Post via API
More like this
How To: Post a Lead to Insellerate
How To: Post a Lead to Insellerate
Read with this
Upload or Update Partners Using an API
Upload or Update Partners Using an API
More like this
Classic - Upload or Update Partners Using an API
Classic - Upload or Update Partners Using an API
More like this