Hi
Looking to figure out which REST API I can use to update/amend the substitution lists.
The swagger.json at the top level isn’t showing me much help
I can subaccounts but not substitutions
Ideas?
Â
Â
Hi
Looking to figure out which REST API I can use to update/amend the substitution lists.
The swagger.json at the top level isn’t showing me much help
I can subaccounts but not substitutions
Ideas?
Â
Â
HiÂ
Add the Substitute List entity to the endpoint. By default, it's not available. We need to include it on the endpoint.
Sample JSON Request:
{
    "SubstitutionList": {
        "value": "BCCCOUNTRIES"
    },
    "TableName": {},
    "Values":Â
        {
            "OriginalValue": {
                "value": "India"
            },
            "SubstitutionID": {
                "value": "BCCCOUNTRIES"
            },
            "SubstitutionValue": {
                "value": "IN"
            },
            "ValueID": {
                "value": 1
            }
     Â
        }
    ]
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.