GET api/GetAllPayment

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GetAllPaymentVm
NameDescriptionTypeAdditional information
Count

integer

None.

Data

Collection of GetPaymentVm

None.

Response Formats

application/json, text/json

Sample:
{
  "Count": 1,
  "Data": [
    {
      "Id": 2,
      "VoucherId": 3,
      "VoucherNumber": 4,
      "Date": "sample string 5",
      "ChequeNumber": "sample string 6",
      "ChequeDate": "sample string 7",
      "InFavourOf": "sample string 8",
      "BankName": "sample string 9",
      "NetAmount": 10.1,
      "TotalAmount": 11.1,
      "TotalAmountInWords": "sample string 12",
      "Cgst": 13.1,
      "CgstInPercentage": 14.1,
      "Sgst": 15.1,
      "SgstInPercentage": 16.1,
      "Igst": 17.1,
      "IgstInPercentage": 18.1,
      "Tds": 19.1,
      "TdsInPercentage": 20.1,
      "TaxAmount": 21.1,
      "ServiceTax": 22.1,
      "ServiceTaxInPercentage": 23.1,
      "PaymentType": "sample string 24",
      "TaxType": "sample string 25",
      "PaymentFor": "sample string 26",
      "PaymentForId": 1,
      "LedgerFromId": 27,
      "LedgerFromName": "sample string 28",
      "LedgerToId": 29,
      "LedgerToName": "sample string 30",
      "ReservationId": 1,
      "OwnerSubscriptionId": 1,
      "BookingId": 1,
      "CustomerId": 1,
      "CustomerName": "sample string 31",
      "Narration": "sample string 32",
      "ActiveRent": 33.1,
      "ActiveFlatOwner": "sample string 34",
      "RoomType": "sample string 35",
      "Location": "sample string 36",
      "Company": "sample string 37",
      "Month": "sample string 38",
      "Year": 39,
      "PaidDate": "sample string 40",
      "DueDate": "sample string 41",
      "Images": [
        {
          "Url": "sample string 1",
          "Description": "sample string 2"
        },
        {
          "Url": "sample string 1",
          "Description": "sample string 2"
        }
      ]
    },
    {
      "Id": 2,
      "VoucherId": 3,
      "VoucherNumber": 4,
      "Date": "sample string 5",
      "ChequeNumber": "sample string 6",
      "ChequeDate": "sample string 7",
      "InFavourOf": "sample string 8",
      "BankName": "sample string 9",
      "NetAmount": 10.1,
      "TotalAmount": 11.1,
      "TotalAmountInWords": "sample string 12",
      "Cgst": 13.1,
      "CgstInPercentage": 14.1,
      "Sgst": 15.1,
      "SgstInPercentage": 16.1,
      "Igst": 17.1,
      "IgstInPercentage": 18.1,
      "Tds": 19.1,
      "TdsInPercentage": 20.1,
      "TaxAmount": 21.1,
      "ServiceTax": 22.1,
      "ServiceTaxInPercentage": 23.1,
      "PaymentType": "sample string 24",
      "TaxType": "sample string 25",
      "PaymentFor": "sample string 26",
      "PaymentForId": 1,
      "LedgerFromId": 27,
      "LedgerFromName": "sample string 28",
      "LedgerToId": 29,
      "LedgerToName": "sample string 30",
      "ReservationId": 1,
      "OwnerSubscriptionId": 1,
      "BookingId": 1,
      "CustomerId": 1,
      "CustomerName": "sample string 31",
      "Narration": "sample string 32",
      "ActiveRent": 33.1,
      "ActiveFlatOwner": "sample string 34",
      "RoomType": "sample string 35",
      "Location": "sample string 36",
      "Company": "sample string 37",
      "Month": "sample string 38",
      "Year": 39,
      "PaidDate": "sample string 40",
      "DueDate": "sample string 41",
      "Images": [
        {
          "Url": "sample string 1",
          "Description": "sample string 2"
        },
        {
          "Url": "sample string 1",
          "Description": "sample string 2"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<GetAllPaymentVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.PG">
  <Count>1</Count>
  <Data>
    <GetPaymentVm>
      <ActiveFlatOwner>sample string 34</ActiveFlatOwner>
      <ActiveRent>33.1</ActiveRent>
      <BankName>sample string 9</BankName>
      <BookingId>1</BookingId>
      <Cgst>13.1</Cgst>
      <CgstInPercentage>14.1</CgstInPercentage>
      <ChequeDate>sample string 7</ChequeDate>
      <ChequeNumber>sample string 6</ChequeNumber>
      <Company>sample string 37</Company>
      <Count>1</Count>
      <CustomerId>1</CustomerId>
      <CustomerName>sample string 31</CustomerName>
      <Date>sample string 5</Date>
      <DueDate>sample string 41</DueDate>
      <Id>2</Id>
      <Igst>17.1</Igst>
      <IgstInPercentage>18.1</IgstInPercentage>
      <Images xmlns:d4p1="http://schemas.datacontract.org/2004/07/BrokerServer.Models">
        <d4p1:GetImageViewModel>
          <d4p1:Description>sample string 2</d4p1:Description>
          <d4p1:Url>sample string 1</d4p1:Url>
        </d4p1:GetImageViewModel>
        <d4p1:GetImageViewModel>
          <d4p1:Description>sample string 2</d4p1:Description>
          <d4p1:Url>sample string 1</d4p1:Url>
        </d4p1:GetImageViewModel>
      </Images>
      <InFavourOf>sample string 8</InFavourOf>
      <LedgerFromId>27</LedgerFromId>
      <LedgerFromName>sample string 28</LedgerFromName>
      <LedgerToId>29</LedgerToId>
      <LedgerToName>sample string 30</LedgerToName>
      <Location>sample string 36</Location>
      <Month>sample string 38</Month>
      <Narration>sample string 32</Narration>
      <NetAmount>10.1</NetAmount>
      <OwnerSubscriptionId>1</OwnerSubscriptionId>
      <PaidDate>sample string 40</PaidDate>
      <PaymentFor>sample string 26</PaymentFor>
      <PaymentForId>1</PaymentForId>
      <PaymentType>sample string 24</PaymentType>
      <ReservationId>1</ReservationId>
      <RoomType>sample string 35</RoomType>
      <ServiceTax>22.1</ServiceTax>
      <ServiceTaxInPercentage>23.1</ServiceTaxInPercentage>
      <Sgst>15.1</Sgst>
      <SgstInPercentage>16.1</SgstInPercentage>
      <TaxAmount>21.1</TaxAmount>
      <TaxType>sample string 25</TaxType>
      <Tds>19.1</Tds>
      <TdsInPercentage>20.1</TdsInPercentage>
      <TotalAmount>11.1</TotalAmount>
      <TotalAmountInWords>sample string 12</TotalAmountInWords>
      <VoucherId>3</VoucherId>
      <VoucherNumber>4</VoucherNumber>
      <Year>39</Year>
    </GetPaymentVm>
    <GetPaymentVm>
      <ActiveFlatOwner>sample string 34</ActiveFlatOwner>
      <ActiveRent>33.1</ActiveRent>
      <BankName>sample string 9</BankName>
      <BookingId>1</BookingId>
      <Cgst>13.1</Cgst>
      <CgstInPercentage>14.1</CgstInPercentage>
      <ChequeDate>sample string 7</ChequeDate>
      <ChequeNumber>sample string 6</ChequeNumber>
      <Company>sample string 37</Company>
      <Count>1</Count>
      <CustomerId>1</CustomerId>
      <CustomerName>sample string 31</CustomerName>
      <Date>sample string 5</Date>
      <DueDate>sample string 41</DueDate>
      <Id>2</Id>
      <Igst>17.1</Igst>
      <IgstInPercentage>18.1</IgstInPercentage>
      <Images xmlns:d4p1="http://schemas.datacontract.org/2004/07/BrokerServer.Models">
        <d4p1:GetImageViewModel>
          <d4p1:Description>sample string 2</d4p1:Description>
          <d4p1:Url>sample string 1</d4p1:Url>
        </d4p1:GetImageViewModel>
        <d4p1:GetImageViewModel>
          <d4p1:Description>sample string 2</d4p1:Description>
          <d4p1:Url>sample string 1</d4p1:Url>
        </d4p1:GetImageViewModel>
      </Images>
      <InFavourOf>sample string 8</InFavourOf>
      <LedgerFromId>27</LedgerFromId>
      <LedgerFromName>sample string 28</LedgerFromName>
      <LedgerToId>29</LedgerToId>
      <LedgerToName>sample string 30</LedgerToName>
      <Location>sample string 36</Location>
      <Month>sample string 38</Month>
      <Narration>sample string 32</Narration>
      <NetAmount>10.1</NetAmount>
      <OwnerSubscriptionId>1</OwnerSubscriptionId>
      <PaidDate>sample string 40</PaidDate>
      <PaymentFor>sample string 26</PaymentFor>
      <PaymentForId>1</PaymentForId>
      <PaymentType>sample string 24</PaymentType>
      <ReservationId>1</ReservationId>
      <RoomType>sample string 35</RoomType>
      <ServiceTax>22.1</ServiceTax>
      <ServiceTaxInPercentage>23.1</ServiceTaxInPercentage>
      <Sgst>15.1</Sgst>
      <SgstInPercentage>16.1</SgstInPercentage>
      <TaxAmount>21.1</TaxAmount>
      <TaxType>sample string 25</TaxType>
      <Tds>19.1</Tds>
      <TdsInPercentage>20.1</TdsInPercentage>
      <TotalAmount>11.1</TotalAmount>
      <TotalAmountInWords>sample string 12</TotalAmountInWords>
      <VoucherId>3</VoucherId>
      <VoucherNumber>4</VoucherNumber>
      <Year>39</Year>
    </GetPaymentVm>
  </Data>
</GetAllPaymentVm>