GET api/getConnectionFee?company={company}&bcode={bcode}&acode={acode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
company

string

Required

bcode

string

Required

acode

string

Required

Body Parameters

None.

Response Information

Resource Description

ContractReceiptDTO
NameDescriptionTypeAdditional information
company

string

None.

contractNo

string

None.

email

string

None.

mobileNumber

string

None.

buildingCode

string

None.

apartmentCode

string

None.

insuranceAmt

string

None.

depositAmt

string

None.

connectionAmt

string

None.

maintainanceAmt

string

None.

disconnectionAmt

string

None.

registrationAmt

string

None.

unitPrice

string

None.

monthlyFee

string

None.

other1Amt

string

None.

other2Amt

string

None.

other3Amt

string

None.

insuranceTaxPerc

string

None.

depositTaxPerc

string

None.

connectionTaxPerc

string

None.

maintainanceTaxPerc

string

None.

disconnectionTaxPerc

string

None.

registrationTaxPerc

string

None.

monthlyTaxPerc

string

None.

other1TaxPerc

string

None.

other2TaxPerc

string

None.

other3TaxPerc

string

None.

buildingTerms

string

None.

excludedConnection

boolean

None.

excludedDiscAmt

boolean

None.

excludedPrefferedConnection

boolean

None.

excludedContractReceipt

boolean

None.

excludedDisconnection

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "company": "sample string 1",
  "contractNo": "sample string 2",
  "email": "sample string 3",
  "mobileNumber": "sample string 4",
  "buildingCode": "sample string 5",
  "apartmentCode": "sample string 6",
  "insuranceAmt": "sample string 7",
  "depositAmt": "sample string 8",
  "connectionAmt": "sample string 9",
  "maintainanceAmt": "sample string 10",
  "disconnectionAmt": "sample string 11",
  "registrationAmt": "sample string 12",
  "unitPrice": "sample string 13",
  "monthlyFee": "sample string 14",
  "other1Amt": "sample string 15",
  "other2Amt": "sample string 16",
  "other3Amt": "sample string 17",
  "insuranceTaxPerc": "sample string 18",
  "depositTaxPerc": "sample string 19",
  "connectionTaxPerc": "sample string 20",
  "maintainanceTaxPerc": "sample string 21",
  "disconnectionTaxPerc": "sample string 22",
  "registrationTaxPerc": "sample string 23",
  "monthlyTaxPerc": "sample string 24",
  "other1TaxPerc": "sample string 25",
  "other2TaxPerc": "sample string 26",
  "other3TaxPerc": "sample string 27",
  "buildingTerms": "sample string 28",
  "excludedConnection": true,
  "excludedDiscAmt": true,
  "excludedPrefferedConnection": true,
  "excludedContractReceipt": true,
  "excludedDisconnection": true
}

application/xml, text/xml

Sample:
<ContractReceiptDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GasPaymentAPI.Models">
  <apartmentCode>sample string 6</apartmentCode>
  <buildingCode>sample string 5</buildingCode>
  <buildingTerms>sample string 28</buildingTerms>
  <company>sample string 1</company>
  <connectionAmt>sample string 9</connectionAmt>
  <connectionTaxPerc>sample string 20</connectionTaxPerc>
  <contractNo>sample string 2</contractNo>
  <depositAmt>sample string 8</depositAmt>
  <depositTaxPerc>sample string 19</depositTaxPerc>
  <disconnectionAmt>sample string 11</disconnectionAmt>
  <disconnectionTaxPerc>sample string 22</disconnectionTaxPerc>
  <email>sample string 3</email>
  <excludedConnection>true</excludedConnection>
  <excludedContractReceipt>true</excludedContractReceipt>
  <excludedDiscAmt>true</excludedDiscAmt>
  <excludedDisconnection>true</excludedDisconnection>
  <excludedPrefferedConnection>true</excludedPrefferedConnection>
  <insuranceAmt>sample string 7</insuranceAmt>
  <insuranceTaxPerc>sample string 18</insuranceTaxPerc>
  <maintainanceAmt>sample string 10</maintainanceAmt>
  <maintainanceTaxPerc>sample string 21</maintainanceTaxPerc>
  <mobileNumber>sample string 4</mobileNumber>
  <monthlyFee>sample string 14</monthlyFee>
  <monthlyTaxPerc>sample string 24</monthlyTaxPerc>
  <other1Amt>sample string 15</other1Amt>
  <other1TaxPerc>sample string 25</other1TaxPerc>
  <other2Amt>sample string 16</other2Amt>
  <other2TaxPerc>sample string 26</other2TaxPerc>
  <other3Amt>sample string 17</other3Amt>
  <other3TaxPerc>sample string 27</other3TaxPerc>
  <registrationAmt>sample string 12</registrationAmt>
  <registrationTaxPerc>sample string 23</registrationTaxPerc>
  <unitPrice>sample string 13</unitPrice>
</ContractReceiptDTO>