GET api/GetAllPayment?jsonData={jsonData}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jsonData

string

Required

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": 1,
      "VoucherId": 2,
      "VoucherNumber": 3,
      "Date": "sample string 4",
      "ChequeNumber": "sample string 5",
      "ChequeDate": "sample string 6",
      "InFavourOf": "sample string 7",
      "BankName": "sample string 8",
      "NetAmount": 9.1,
      "TotalAmount": 10.1,
      "TotalAmountInWords": "sample string 11",
      "Cgst": 12.1,
      "CgstInPercentage": 13.1,
      "Sgst": 14.1,
      "SgstInPercentage": 15.1,
      "Igst": 16.1,
      "IgstInPercentage": 17.1,
      "Tds": 18.1,
      "TdsInPercentage": 19.1,
      "TaxAmount": 20.1,
      "ServiceTax": 21.1,
      "ServiceTaxInPercentage": 22.1,
      "PaymentType": "sample string 23",
      "TaxType": "sample string 24",
      "PaymentFor": "sample string 25",
      "PaymentForId": 1,
      "LedgerFromId": 26,
      "LedgerFromName": "sample string 27",
      "LedgerToId": 28,
      "LedgerToName": "sample string 29",
      "ReservationId": 1,
      "OwnerSubscriptionId": 1,
      "BookingId": 1,
      "CustomerId": 1,
      "CustomerName": "sample string 30",
      "Narration": "sample string 31",
      "ActiveRent": 32.1,
      "ActiveFlatOwner": "sample string 33",
      "RoomType": "sample string 34",
      "Location": "sample string 35",
      "Company": "sample string 36",
      "Month": "sample string 37",
      "Year": 38,
      "PaidDate": "sample string 39",
      "DueDate": "sample string 40",
      "Images": [
        {
          "Url": "sample string 1",
          "Description": "sample string 2"
        },
        {
          "Url": "sample string 1",
          "Description": "sample string 2"
        }
      ]
    },
    {
      "Id": 1,
      "VoucherId": 2,
      "VoucherNumber": 3,
      "Date": "sample string 4",
      "ChequeNumber": "sample string 5",
      "ChequeDate": "sample string 6",
      "InFavourOf": "sample string 7",
      "BankName": "sample string 8",
      "NetAmount": 9.1,
      "TotalAmount": 10.1,
      "TotalAmountInWords": "sample string 11",
      "Cgst": 12.1,
      "CgstInPercentage": 13.1,
      "Sgst": 14.1,
      "SgstInPercentage": 15.1,
      "Igst": 16.1,
      "IgstInPercentage": 17.1,
      "Tds": 18.1,
      "TdsInPercentage": 19.1,
      "TaxAmount": 20.1,
      "ServiceTax": 21.1,
      "ServiceTaxInPercentage": 22.1,
      "PaymentType": "sample string 23",
      "TaxType": "sample string 24",
      "PaymentFor": "sample string 25",
      "PaymentForId": 1,
      "LedgerFromId": 26,
      "LedgerFromName": "sample string 27",
      "LedgerToId": 28,
      "LedgerToName": "sample string 29",
      "ReservationId": 1,
      "OwnerSubscriptionId": 1,
      "BookingId": 1,
      "CustomerId": 1,
      "CustomerName": "sample string 30",
      "Narration": "sample string 31",
      "ActiveRent": 32.1,
      "ActiveFlatOwner": "sample string 33",
      "RoomType": "sample string 34",
      "Location": "sample string 35",
      "Company": "sample string 36",
      "Month": "sample string 37",
      "Year": 38,
      "PaidDate": "sample string 39",
      "DueDate": "sample string 40",
      "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 33</ActiveFlatOwner>
      <ActiveRent>32.1</ActiveRent>
      <BankName>sample string 8</BankName>
      <BookingId>1</BookingId>
      <Cgst>12.1</Cgst>
      <CgstInPercentage>13.1</CgstInPercentage>
      <ChequeDate>sample string 6</ChequeDate>
      <ChequeNumber>sample string 5</ChequeNumber>
      <Company>sample string 36</Company>
      <CustomerId>1</CustomerId>
      <CustomerName>sample string 30</CustomerName>
      <Date>sample string 4</Date>
      <DueDate>sample string 40</DueDate>
      <Id>1</Id>
      <Igst>16.1</Igst>
      <IgstInPercentage>17.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 7</InFavourOf>
      <LedgerFromId>26</LedgerFromId>
      <LedgerFromName>sample string 27</LedgerFromName>
      <LedgerToId>28</LedgerToId>
      <LedgerToName>sample string 29</LedgerToName>
      <Location>sample string 35</Location>
      <Month>sample string 37</Month>
      <Narration>sample string 31</Narration>
      <NetAmount>9.1</NetAmount>
      <OwnerSubscriptionId>1</OwnerSubscriptionId>
      <PaidDate>sample string 39</PaidDate>
      <PaymentFor>sample string 25</PaymentFor>
      <PaymentForId>1</PaymentForId>
      <PaymentType>sample string 23</PaymentType>
      <ReservationId>1</ReservationId>
      <RoomType>sample string 34</RoomType>
      <ServiceTax>21.1</ServiceTax>
      <ServiceTaxInPercentage>22.1</ServiceTaxInPercentage>
      <Sgst>14.1</Sgst>
      <SgstInPercentage>15.1</SgstInPercentage>
      <TaxAmount>20.1</TaxAmount>
      <TaxType>sample string 24</TaxType>
      <Tds>18.1</Tds>
      <TdsInPercentage>19.1</TdsInPercentage>
      <TotalAmount>10.1</TotalAmount>
      <TotalAmountInWords>sample string 11</TotalAmountInWords>
      <VoucherId>2</VoucherId>
      <VoucherNumber>3</VoucherNumber>
      <Year>38</Year>
    </GetPaymentVm>
    <GetPaymentVm>
      <ActiveFlatOwner>sample string 33</ActiveFlatOwner>
      <ActiveRent>32.1</ActiveRent>
      <BankName>sample string 8</BankName>
      <BookingId>1</BookingId>
      <Cgst>12.1</Cgst>
      <CgstInPercentage>13.1</CgstInPercentage>
      <ChequeDate>sample string 6</ChequeDate>
      <ChequeNumber>sample string 5</ChequeNumber>
      <Company>sample string 36</Company>
      <CustomerId>1</CustomerId>
      <CustomerName>sample string 30</CustomerName>
      <Date>sample string 4</Date>
      <DueDate>sample string 40</DueDate>
      <Id>1</Id>
      <Igst>16.1</Igst>
      <IgstInPercentage>17.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 7</InFavourOf>
      <LedgerFromId>26</LedgerFromId>
      <LedgerFromName>sample string 27</LedgerFromName>
      <LedgerToId>28</LedgerToId>
      <LedgerToName>sample string 29</LedgerToName>
      <Location>sample string 35</Location>
      <Month>sample string 37</Month>
      <Narration>sample string 31</Narration>
      <NetAmount>9.1</NetAmount>
      <OwnerSubscriptionId>1</OwnerSubscriptionId>
      <PaidDate>sample string 39</PaidDate>
      <PaymentFor>sample string 25</PaymentFor>
      <PaymentForId>1</PaymentForId>
      <PaymentType>sample string 23</PaymentType>
      <ReservationId>1</ReservationId>
      <RoomType>sample string 34</RoomType>
      <ServiceTax>21.1</ServiceTax>
      <ServiceTaxInPercentage>22.1</ServiceTaxInPercentage>
      <Sgst>14.1</Sgst>
      <SgstInPercentage>15.1</SgstInPercentage>
      <TaxAmount>20.1</TaxAmount>
      <TaxType>sample string 24</TaxType>
      <Tds>18.1</Tds>
      <TdsInPercentage>19.1</TdsInPercentage>
      <TotalAmount>10.1</TotalAmount>
      <TotalAmountInWords>sample string 11</TotalAmountInWords>
      <VoucherId>2</VoucherId>
      <VoucherNumber>3</VoucherNumber>
      <Year>38</Year>
    </GetPaymentVm>
  </Data>
</GetAllPaymentVm>