dynamicDataRequest
Represents the message for requesting data from a service.
XML
Elements
name (type) |
min/max occurs |
description |
id (string)
|
0/unbounded |
the field ids that this request is for.
|
ignoreUnknownFields (boolean)
|
1/1 |
Flag to indicate unknown fields should be ignored (omitted from response),
or throw an unknown field exception
true - omit unknown fields from response
false - raise an exception for key value pairs that cannot be found
|
tenantId (string)
|
0/1 |
The tenant in which the request should be made.
This parameter is optional. It may be required for certain services.
|
JSON
property |
type |
description |
id |
array of id (string)
|
the field ids that this request is for.
|
ignoreUnknownFields |
ignoreUnknownFields (boolean)
|
Flag to indicate unknown fields should be ignored (omitted from response),
or throw an unknown field exception
true - omit unknown fields from response
false - raise an exception for key value pairs that cannot be found
|
tenantId |
tenantId (string)
|
The tenant in which the request should be made.
This parameter is optional. It may be required for certain services.
|