POST api/Efawateercom_Insert
Request Information
URI Parameters
None.
Body Parameters
Payment| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | integer |
None. |
|
| PaymentDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| CardNo | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestId": 1,
"PaymentDate": "2026-01-09T02:35:39.2383922+01:00",
"Amount": 1.0,
"CardNo": 2,
"Status": 3
}
application/xml, text/xml
Sample:
<Payment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO"> <Amount>1</Amount> <CardNo>2</CardNo> <PaymentDate>2026-01-09T02:35:39.2383922+01:00</PaymentDate> <RequestId>1</RequestId> <Status>3</Status> </Payment>
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.