GET Api/SettingBranchTransactionType/GetByBranch/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SettingBranchTransactionTypeViewModel
NameDescriptionTypeAdditional information
SettingBranchTransactionTypeId

integer

None.

BranchId

integer

None.

FunctionTransactionTypeId

integer

None.

SlNo

integer

None.

DefaultCode

boolean

None.

BranchName

string

None.

FunctionTransactionTypeCode

string

None.

FunctionTransactionTypeName

string

None.

FunctionTransactionShortCode

string

None.

FunctionId

integer

None.

FunctionCode

string

None.

FunctionName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SettingBranchTransactionTypeId": 1,
    "BranchId": 2,
    "FunctionTransactionTypeId": 3,
    "SlNo": 4,
    "DefaultCode": true,
    "BranchName": "sample string 6",
    "FunctionTransactionTypeCode": "sample string 7",
    "FunctionTransactionTypeName": "sample string 8",
    "FunctionTransactionShortCode": "sample string 9",
    "FunctionId": 10,
    "FunctionCode": "sample string 11",
    "FunctionName": "sample string 12"
  },
  {
    "SettingBranchTransactionTypeId": 1,
    "BranchId": 2,
    "FunctionTransactionTypeId": 3,
    "SlNo": 4,
    "DefaultCode": true,
    "BranchName": "sample string 6",
    "FunctionTransactionTypeCode": "sample string 7",
    "FunctionTransactionTypeName": "sample string 8",
    "FunctionTransactionShortCode": "sample string 9",
    "FunctionId": 10,
    "FunctionCode": "sample string 11",
    "FunctionName": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSettingBranchTransactionTypeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
  <SettingBranchTransactionTypeViewModel>
    <BranchId>2</BranchId>
    <BranchName>sample string 6</BranchName>
    <DefaultCode>true</DefaultCode>
    <FunctionCode>sample string 11</FunctionCode>
    <FunctionId>10</FunctionId>
    <FunctionName>sample string 12</FunctionName>
    <FunctionTransactionShortCode>sample string 9</FunctionTransactionShortCode>
    <FunctionTransactionTypeCode>sample string 7</FunctionTransactionTypeCode>
    <FunctionTransactionTypeId>3</FunctionTransactionTypeId>
    <FunctionTransactionTypeName>sample string 8</FunctionTransactionTypeName>
    <SettingBranchTransactionTypeId>1</SettingBranchTransactionTypeId>
    <SlNo>4</SlNo>
  </SettingBranchTransactionTypeViewModel>
  <SettingBranchTransactionTypeViewModel>
    <BranchId>2</BranchId>
    <BranchName>sample string 6</BranchName>
    <DefaultCode>true</DefaultCode>
    <FunctionCode>sample string 11</FunctionCode>
    <FunctionId>10</FunctionId>
    <FunctionName>sample string 12</FunctionName>
    <FunctionTransactionShortCode>sample string 9</FunctionTransactionShortCode>
    <FunctionTransactionTypeCode>sample string 7</FunctionTransactionTypeCode>
    <FunctionTransactionTypeId>3</FunctionTransactionTypeId>
    <FunctionTransactionTypeName>sample string 8</FunctionTransactionTypeName>
    <SettingBranchTransactionTypeId>1</SettingBranchTransactionTypeId>
    <SlNo>4</SlNo>
  </SettingBranchTransactionTypeViewModel>
</ArrayOfSettingBranchTransactionTypeViewModel>