POST api/ClubManagement/Receipts

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Receipts
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cType": "sample string 1",
  "nReceiptId": 2,
  "nReceiptNo": 3,
  "cReceiptNo": "sample string 4",
  "dReceiptDate": "2024-10-09T04:08:00.9791709+05:30",
  "nMemberId": 5,
  "cMemberName": "sample string 6",
  "nAmount": 7.0,
  "cNarration": "sample string 8",
  "nPaymode": 9,
  "bPayNow": true,
  "nPayDtl": "sample string 11",
  "bActive": true,
  "bCancelled": true,
  "nCompanyId": 14,
  "nCreatedBy": 15,
  "dCreatedDate": "2024-10-09T04:08:00.9791709+05:30",
  "nModifiedBy": 16,
  "dModifiedDate": "2024-10-09T04:08:00.9791709+05:30",
  "nCrdCmpRmName": "sample string 17",
  "cCrdVhrRmNo": "sample string 18",
  "dChequeDate": "2024-10-09T04:08:00.9791709+05:30",
  "cCrdGstBankName": "sample string 19",
  "nStaffBank": 20,
  "nAmt": 21.0,
  "cAuthNo": "sample string 22",
  "nTenderBalanceAmt": 23.0,
  "nTenderAmt": 24.0,
  "cReceiptIds": "sample string 25"
}

application/xml, text/xml

Sample:
<Receipts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <bActive>true</bActive>
  <bCancelled>true</bCancelled>
  <bPayNow>true</bPayNow>
  <cAuthNo>sample string 22</cAuthNo>
  <cCrdGstBankName>sample string 19</cCrdGstBankName>
  <cCrdVhrRmNo>sample string 18</cCrdVhrRmNo>
  <cMemberName>sample string 6</cMemberName>
  <cNarration>sample string 8</cNarration>
  <cReceiptIds>sample string 25</cReceiptIds>
  <cReceiptNo>sample string 4</cReceiptNo>
  <cType>sample string 1</cType>
  <dChequeDate>2024-10-09T04:08:00.9791709+05:30</dChequeDate>
  <dCreatedDate>2024-10-09T04:08:00.9791709+05:30</dCreatedDate>
  <dModifiedDate>2024-10-09T04:08:00.9791709+05:30</dModifiedDate>
  <dReceiptDate>2024-10-09T04:08:00.9791709+05:30</dReceiptDate>
  <nAmount>7</nAmount>
  <nAmt>21</nAmt>
  <nCompanyId>14</nCompanyId>
  <nCrdCmpRmName>sample string 17</nCrdCmpRmName>
  <nCreatedBy>15</nCreatedBy>
  <nMemberId>5</nMemberId>
  <nModifiedBy>16</nModifiedBy>
  <nPayDtl>sample string 11</nPayDtl>
  <nPaymode>9</nPaymode>
  <nReceiptId>2</nReceiptId>
  <nReceiptNo>3</nReceiptNo>
  <nStaffBank>20</nStaffBank>
  <nTenderAmt>24</nTenderAmt>
  <nTenderBalanceAmt>23</nTenderBalanceAmt>
</Receipts>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Data": null,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <Data i:nil="true" />
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
</ResponseData>