Get account
Path parameters
-
id
integer Required
GET
/closeAPI/api/close/account/{id}
curl \
--request GET 'http://close-service:8082/closeAPI/api/close/account/{id}'
Response examples (200)
{
"id": 42,
"name": "string",
"number": "string",
"accountType": "string",
"description": "string",
"parent": {
"id": 42,
"name": "string",
"number": "string"
},
"taskCount": 42,
"disclosureType": "string",
"numberOfAccountsToDelete": 42,
"accountTypeId": 42,
"disclosureTypeId": 42,
"statusList": [
{
"id": 42,
"status": "string"
}
]
}