POST api/SMT/ReceivePayment
Request Information
URI Parameters
None.
Body Parameters
Collection of ReceivePayment| Name | Description | Type | Additional information |
|---|---|---|---|
| BillNo | integer |
None. |
|
| Id | integer |
None. |
|
| RecdNo | integer |
None. |
|
| BillDate | date |
None. |
|
| CustomerCode | integer |
None. |
|
| BillAmount | decimal number |
None. |
|
| ReceiveAmount | decimal number |
None. |
|
| PendingAmount | decimal number |
None. |
|
| TouchTime | date |
None. |
|
| ComEmailId | string |
None. |
|
| transactioId | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"BillNo": 1,
"Id": 2,
"RecdNo": 3,
"BillDate": "2025-12-25T21:14:15.288076+05:30",
"CustomerCode": 5,
"BillAmount": 6.0,
"ReceiveAmount": 7.0,
"PendingAmount": 8.0,
"TouchTime": "2025-12-25T21:14:15.288076+05:30",
"ComEmailId": "sample string 10",
"transactioId": "sample string 11"
},
{
"BillNo": 1,
"Id": 2,
"RecdNo": 3,
"BillDate": "2025-12-25T21:14:15.288076+05:30",
"CustomerCode": 5,
"BillAmount": 6.0,
"ReceiveAmount": 7.0,
"PendingAmount": 8.0,
"TouchTime": "2025-12-25T21:14:15.288076+05:30",
"ComEmailId": "sample string 10",
"transactioId": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfReceivePayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMTApi.Models">
<ReceivePayment>
<BillAmount>6</BillAmount>
<BillDate>2025-12-25T21:14:15.288076+05:30</BillDate>
<BillNo>1</BillNo>
<ComEmailId>sample string 10</ComEmailId>
<CustomerCode>5</CustomerCode>
<Id>2</Id>
<PendingAmount>8</PendingAmount>
<RecdNo>3</RecdNo>
<ReceiveAmount>7</ReceiveAmount>
<TouchTime>2025-12-25T21:14:15.288076+05:30</TouchTime>
<transactioId>sample string 11</transactioId>
</ReceivePayment>
<ReceivePayment>
<BillAmount>6</BillAmount>
<BillDate>2025-12-25T21:14:15.288076+05:30</BillDate>
<BillNo>1</BillNo>
<ComEmailId>sample string 10</ComEmailId>
<CustomerCode>5</CustomerCode>
<Id>2</Id>
<PendingAmount>8</PendingAmount>
<RecdNo>3</RecdNo>
<ReceiveAmount>7</ReceiveAmount>
<TouchTime>2025-12-25T21:14:15.288076+05:30</TouchTime>
<transactioId>sample string 11</transactioId>
</ReceivePayment>
</ArrayOfReceivePayment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.