POST api/ARGetBranchCodes

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "CodeList": [
    {
      "BRANCH_CODE": "sample string 1",
      "BRANCH_NAME": "sample string 2",
      "AGE_BY_PER_OR_DAY": "sample string 3",
      "BANK_ACCT_CODE": "sample string 4",
      "BRANCH_ADR_NUM": 1,
      "INS_USER": "sample string 5",
      "INS_DATE": "2024-09-19T05:02:42.8199224-07:00",
      "UPD_USER": "sample string 7",
      "UPD_DATE": "2024-09-19T05:02:42.8199224-07:00"
    },
    {
      "BRANCH_CODE": "sample string 1",
      "BRANCH_NAME": "sample string 2",
      "AGE_BY_PER_OR_DAY": "sample string 3",
      "BANK_ACCT_CODE": "sample string 4",
      "BRANCH_ADR_NUM": 1,
      "INS_USER": "sample string 5",
      "INS_DATE": "2024-09-19T05:02:42.8199224-07:00",
      "UPD_USER": "sample string 7",
      "UPD_DATE": "2024-09-19T05:02:42.8199224-07:00"
    },
    {
      "BRANCH_CODE": "sample string 1",
      "BRANCH_NAME": "sample string 2",
      "AGE_BY_PER_OR_DAY": "sample string 3",
      "BANK_ACCT_CODE": "sample string 4",
      "BRANCH_ADR_NUM": 1,
      "INS_USER": "sample string 5",
      "INS_DATE": "2024-09-19T05:02:42.8199224-07:00",
      "UPD_USER": "sample string 7",
      "UPD_DATE": "2024-09-19T05:02:42.8199224-07:00"
    }
  ]
}