Table of Contents

Search

  1. Preface
  2. Part 1: On-Prem Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: Geocode Countries
  5. Appendix B: Certified Mode Values

On-Premises Developer Guide

On-Premises Developer Guide

Setting the Parameters

Setting the Parameters

After you create a job, you set the parameters.
The
AVJob.schema.json
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.
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.

0 COMMENTS

We’d like to hear from you!