GET api/cmpn/get-branhes-list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CompanyBranchListDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyId

integer

None.

CompanyName

string

None.

BranchId

integer

None.

ContactPerson

string

None.

ContactNO

string

None.

MailId

string

None.

Address

string

None.

NearestOrgBranchId

integer

None.

BranchName

string

None.

NearOrgBranch

string

None.

UpdatedBy

string

None.

UpdatedDate

string

None.

PaymentAgreementTypeId

integer

None.

PreferedChargeType

string

None.

FixedPercentage

decimal number

None.

AmountPerTransaction

decimal number

None.

BranchChargeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "CompanyId": 2,
    "CompanyName": "sample string 3",
    "BranchId": 4,
    "ContactPerson": "sample string 5",
    "ContactNO": "sample string 6",
    "MailId": "sample string 7",
    "Address": "sample string 8",
    "NearestOrgBranchId": 9,
    "BranchName": "sample string 10",
    "NearOrgBranch": "sample string 11",
    "UpdatedBy": "sample string 12",
    "UpdatedDate": "sample string 13",
    "PaymentAgreementTypeId": 14,
    "PreferedChargeType": "sample string 15",
    "FixedPercentage": 16.0,
    "AmountPerTransaction": 17.0,
    "BranchChargeId": 18
  },
  {
    "Id": 1,
    "CompanyId": 2,
    "CompanyName": "sample string 3",
    "BranchId": 4,
    "ContactPerson": "sample string 5",
    "ContactNO": "sample string 6",
    "MailId": "sample string 7",
    "Address": "sample string 8",
    "NearestOrgBranchId": 9,
    "BranchName": "sample string 10",
    "NearOrgBranch": "sample string 11",
    "UpdatedBy": "sample string 12",
    "UpdatedDate": "sample string 13",
    "PaymentAgreementTypeId": 14,
    "PreferedChargeType": "sample string 15",
    "FixedPercentage": 16.0,
    "AmountPerTransaction": 17.0,
    "BranchChargeId": 18
  }
]

application/xml, text/xml

Sample:
<ArrayOfCompanyBranchListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO.CompanySetup">
  <CompanyBranchListDTO>
    <Address>sample string 8</Address>
    <AmountPerTransaction>17</AmountPerTransaction>
    <BranchChargeId>18</BranchChargeId>
    <BranchId>4</BranchId>
    <BranchName>sample string 10</BranchName>
    <CompanyId>2</CompanyId>
    <CompanyName>sample string 3</CompanyName>
    <ContactNO>sample string 6</ContactNO>
    <ContactPerson>sample string 5</ContactPerson>
    <FixedPercentage>16</FixedPercentage>
    <Id>1</Id>
    <MailId>sample string 7</MailId>
    <NearOrgBranch>sample string 11</NearOrgBranch>
    <NearestOrgBranchId>9</NearestOrgBranchId>
    <PaymentAgreementTypeId>14</PaymentAgreementTypeId>
    <PreferedChargeType>sample string 15</PreferedChargeType>
    <UpdatedBy>sample string 12</UpdatedBy>
    <UpdatedDate>sample string 13</UpdatedDate>
  </CompanyBranchListDTO>
  <CompanyBranchListDTO>
    <Address>sample string 8</Address>
    <AmountPerTransaction>17</AmountPerTransaction>
    <BranchChargeId>18</BranchChargeId>
    <BranchId>4</BranchId>
    <BranchName>sample string 10</BranchName>
    <CompanyId>2</CompanyId>
    <CompanyName>sample string 3</CompanyName>
    <ContactNO>sample string 6</ContactNO>
    <ContactPerson>sample string 5</ContactPerson>
    <FixedPercentage>16</FixedPercentage>
    <Id>1</Id>
    <MailId>sample string 7</MailId>
    <NearOrgBranch>sample string 11</NearOrgBranch>
    <NearestOrgBranchId>9</NearestOrgBranchId>
    <PaymentAgreementTypeId>14</PaymentAgreementTypeId>
    <PreferedChargeType>sample string 15</PreferedChargeType>
    <UpdatedBy>sample string 12</UpdatedBy>
    <UpdatedDate>sample string 13</UpdatedDate>
  </CompanyBranchListDTO>
</ArrayOfCompanyBranchListDTO>