Queries the details of a financial relationship.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RelationId | long | No | The ID of the financial relationship. Value returned by calling the AddAccountRelation operation. | 1234 |
RequestId | string | No | The unique ID of the request. The ID is used to mark a request and troubleshoot a problem. | requestId |
Response parameters
Examples
Sample success responses
JSON
format
{
"Message": "Message returned\n",
"RequestId": "RequestId",
"Data": {
"Id": 0,
"ParentUserId": 0,
"ChildUserId": 0,
"StartTime": 0,
"EndTime": 0,
"Type": "enterprise_group",
"Status": "RELATED",
"GmtModified": 0
},
"Code": "200",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2021-12-14 | Add Operation | View Change Details |