GET BankAccountCategory/Get/{id}

Gets the specified Bank Account Category based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The identifier.

Body Parameters

None.

Response Information

Resource Description

Bank Account Category
NameTypeAdditional informationDescription
Description string

None.

ID integer

Required

Modified nullable date

Read Only / System Generated

Created nullable date

Read Only / System Generated

Response Formats

application/json, text/json

Sample:
{
  "Description": "sample string 1",
  "ID": 2,
  "Modified": "2024-03-29",
  "Created": "2024-03-29"
}