Exports the list of registered parties. See Create and manage instances for information on the output schema for this method.
HTTP request
POST https://financialservices.googleapis.com/v1/{name=projects/*/locations/*/instances/*}:exportRegisteredParties
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The full path to the Instance resource in this API. format: "projects/{project}/locations/{location}/instances/{instance}" Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "dataset": { object ( |
Fields | |
---|---|
dataset |
Required. The location to output the RegisteredParties. |
lineOfBusiness |
Required. LineOfBusiness to get RegisteredParties from. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
financialservices.v1instances.exportRegisteredParties
For more information, see the IAM documentation.