file defines the parameters and specifies default values for many of the parameters. To set the parameters, use the IDVE_PutJSON() or IDVE_PutJSONW() function.
All parameters are case-sensitive.
You set or verify the parameters once for each bulk processing job.
Note on Get and Put Function calls
The steps in this chapter docs focus on the use of IDVE_PutJSON to set the address data and IDVE_GetJSON to get the result. However, in principle you can use any of the following functions to set the address data: PutJSON, PutString, PutInt32, PutInt64, and PutBool.
Likewise, you can use any of the following functions to get the address result: GetJSON, GetString, GetInt32, GetInt64, and GetBool.
You can decide how to set or get the data, either in a single activity (with a JSON function), or based on individual values (with string, int, or bool functions), or with any combination of the functions. You can also use the functions to set or get the parameters of an object.