POST api/CreateOwnerSubscriptionSettlement
Request Information
URI Parameters
None.
Body Parameters
SubscriptionSettlementSaveVm| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerSubscriptionId | integer |
None. |
|
| SettledOn | string |
None. |
|
| DepositReturned | decimal number |
None. |
|
| SettlementRemark | string |
None. |
|
| ChequeNumber | string |
None. |
|
| ChequeDate | string |
None. |
|
| NetAmount | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| Cgst | decimal number |
None. |
|
| CgstInPercentage | decimal number |
None. |
|
| Sgst | decimal number |
None. |
|
| SgstInPercentage | decimal number |
None. |
|
| Igst | decimal number |
None. |
|
| IgstInPercentage | decimal number |
None. |
|
| Tds | decimal number |
None. |
|
| TdsInPercentage | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| ServiceTax | decimal number |
None. |
|
| ServiceTaxInPercentage | decimal number |
None. |
|
| PaymentType | string |
None. |
|
| TaxType | string |
None. |
|
| LedgerToId | integer |
None. |
|
| Narration | string |
None. |
|
| IsSettled | boolean |
None. |
|
| FlatOwnerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OwnerSubscriptionId": 1,
"SettledOn": "sample string 2",
"DepositReturned": 3.1,
"SettlementRemark": "sample string 4",
"ChequeNumber": "sample string 5",
"ChequeDate": "sample string 6",
"NetAmount": 7.1,
"TotalAmount": 8.1,
"Cgst": 9.1,
"CgstInPercentage": 10.1,
"Sgst": 11.1,
"SgstInPercentage": 12.1,
"Igst": 13.1,
"IgstInPercentage": 14.1,
"Tds": 15.1,
"TdsInPercentage": 16.1,
"TaxAmount": 17.1,
"ServiceTax": 18.1,
"ServiceTaxInPercentage": 19.1,
"PaymentType": "sample string 20",
"TaxType": "sample string 21",
"LedgerToId": 22,
"Narration": "sample string 23",
"IsSettled": true,
"FlatOwnerId": 25
}
application/xml, text/xml
Sample:
<SubscriptionSettlementSaveVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.PgModels"> <Cgst>9.1</Cgst> <CgstInPercentage>10.1</CgstInPercentage> <ChequeDate>sample string 6</ChequeDate> <ChequeNumber>sample string 5</ChequeNumber> <DepositReturned>3.1</DepositReturned> <FlatOwnerId>25</FlatOwnerId> <Igst>13.1</Igst> <IgstInPercentage>14.1</IgstInPercentage> <IsSettled>true</IsSettled> <LedgerToId>22</LedgerToId> <Narration>sample string 23</Narration> <NetAmount>7.1</NetAmount> <OwnerSubscriptionId>1</OwnerSubscriptionId> <PaymentType>sample string 20</PaymentType> <ServiceTax>18.1</ServiceTax> <ServiceTaxInPercentage>19.1</ServiceTaxInPercentage> <SettledOn>sample string 2</SettledOn> <SettlementRemark>sample string 4</SettlementRemark> <Sgst>11.1</Sgst> <SgstInPercentage>12.1</SgstInPercentage> <TaxAmount>17.1</TaxAmount> <TaxType>sample string 21</TaxType> <Tds>15.1</Tds> <TdsInPercentage>16.1</TdsInPercentage> <TotalAmount>8.1</TotalAmount> </SubscriptionSettlementSaveVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.