POST api/bankAccountList/{bankAccountTypeID}/{userOrganizationID}/{EmployeeSubTypeIDListString}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bankAccountTypeID

integer

Required

userOrganizationID

string

Default value is

EmployeeSubTypeIDListString

string

Default value is 0

Body Parameters

Collection of BankAccountList
NameDescriptionTypeAdditional information
ROW_NUMBER

integer

None.

EmployeeID

string

None.

HRPositionNumber

string

None.

FullName

string

None.

MonthYear

string

None.

Year

string

None.

Month

integer

None.

BankAccountID

integer

None.

BankAccountNumber

string

None.

BankAccountName

string

None.

BankAccountBranch

string

None.

BankTypeID

integer

None.

BankTypeName

string

None.

len_BankAccountNumber

integer

None.

LayoutToScb

integer

None.

SelectedBankType

BankTypeInBankAccount

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ROW_NUMBER": 1,
    "EmployeeID": "sample string 1",
    "HRPositionNumber": "sample string 2",
    "FullName": "sample string 3",
    "MonthYear": "sample string 4",
    "Year": "sample string 5",
    "Month": 6,
    "BankAccountID": 1,
    "BankAccountNumber": "sample string 7",
    "BankAccountName": "sample string 8",
    "BankAccountBranch": "sample string 9",
    "BankTypeID": 1,
    "BankTypeName": "sample string 10",
    "len_BankAccountNumber": 1,
    "LayoutToScb": 11,
    "SelectedBankType": {
      "BankTypeID": 1,
      "Rec": "sample string 2",
      "BankCode": "sample string 3",
      "RecBrCode": "sample string 4",
      "RecBankAC": "sample string 5",
      "BankTypeName": "sample string 6",
      "Status": "sample string 7",
      "SortOrder": 1,
      "BranchID": "sample string 8",
      "BranchName": "sample string 9",
      "LayoutToScb": "sample string 10"
    }
  },
  {
    "ROW_NUMBER": 1,
    "EmployeeID": "sample string 1",
    "HRPositionNumber": "sample string 2",
    "FullName": "sample string 3",
    "MonthYear": "sample string 4",
    "Year": "sample string 5",
    "Month": 6,
    "BankAccountID": 1,
    "BankAccountNumber": "sample string 7",
    "BankAccountName": "sample string 8",
    "BankAccountBranch": "sample string 9",
    "BankTypeID": 1,
    "BankTypeName": "sample string 10",
    "len_BankAccountNumber": 1,
    "LayoutToScb": 11,
    "SelectedBankType": {
      "BankTypeID": 1,
      "Rec": "sample string 2",
      "BankCode": "sample string 3",
      "RecBrCode": "sample string 4",
      "RecBankAC": "sample string 5",
      "BankTypeName": "sample string 6",
      "Status": "sample string 7",
      "SortOrder": 1,
      "BranchID": "sample string 8",
      "BranchName": "sample string 9",
      "LayoutToScb": "sample string 10"
    }
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BankAccountList[]'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.