v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Customization

Add or Update selection customization script

Add or Update the selection customization zeppa script in the platform.

  • once the update happens new selection customization script will take effect
  • the updated version of the script is returned with the API call NOTE: the account id required for this is only for test before submission NOTE: it does not mean that this customization is run only for this account.
put/customization/selectionCustomization

Query parameters

testAccountIdstring required

before the script is actually stored the script is run against this test account id, it DOES NOT MEAN this customization is only for this account

expectedVersioninteger required

this is the expected version of the script that is currently stored

  • if the expected version does not match what is stored the call will fail
  • if the script is being added for the first time then the expected version is 0
  • look at the GET call for how the current version number is returned

Response

successful operation