POST api/Efawateercom_Insert
Request Information
URI Parameters
None.
Body Parameters
PaymentName | 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": "2025-10-23T08:09:30.3126571+02: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>2025-10-23T08:09:30.3126571+02: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.