put https://cloud.digifi.io/v2/los/api/applications//intermediary
How to update an application's intermediary using the DigiFi API.
The Update Application Intermediary API can be used to add or remove an intermediary from an application.
Example Requests
Below please find the JSON body for three example requests:
- Example 1: Removing an intermediary from an application.
- Example 2: Adding an existing intermediary to an application.
- Example 3: Adding a new intermediary to an application.
{
"intermediary": null
}
{
"intermediary": "Intermediary ID"
}
{
"intermediary": {
"variables": {
"variable_system_name_1": "Example",
"variable_system_name_2": 999,
"variable_system_name_3": true,
"variable_system_name_4": "+19172245555",
"variable_system_name_5": "date"
}
}
}