POST services/api/v1/Get_InterBranchAccountPostingList

Request Information

URI Parameters

None.

Body Parameters

GroupId_Id
NameDescriptionTypeAdditional information
Id

integer

None.

GroupId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "GroupId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of InterBrachAccountPosting_Master
NameDescriptionTypeAdditional information
Selected

boolean

None.

BranchId

integer

None.

CompanyId

integer

None.

BranchCode

string

None.

BranchName

string

None.

GroupId

integer

None.

LedgerId

integer

None.

LedgerName

string

None.

Type

integer

None.

CAType

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Selected": true,
    "BranchId": 2,
    "CompanyId": 3,
    "BranchCode": "sample string 4",
    "BranchName": "sample string 5",
    "GroupId": 6,
    "LedgerId": 7,
    "LedgerName": "sample string 8",
    "Type": 9,
    "CAType": 10
  },
  {
    "Selected": true,
    "BranchId": 2,
    "CompanyId": 3,
    "BranchCode": "sample string 4",
    "BranchName": "sample string 5",
    "GroupId": 6,
    "LedgerId": 7,
    "LedgerName": "sample string 8",
    "Type": 9,
    "CAType": 10
  }
]