GET api/Accounts?User_Id={User_Id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| User_Id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ACCOUNTID": "sample string 1",
"AccountName": "sample string 2"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]