Get account

GET /closeAPI/api/close/account/{id}

Path parameters

  • id integer Required

Responses

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"
    }
  ]
}