POST api/add_cardpoint/{companycode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companycode | string |
Required |
Body Parameters
AddPointModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNo | string |
None. |
|
| Voucher | string |
None. |
|
| RefNo | integer |
None. |
|
| InvoiceDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| Redeem | decimal number |
None. |
|
| Details | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardNo": "sample string 1",
"Voucher": "sample string 2",
"RefNo": 3,
"InvoiceDate": "2026-03-23T03:52:35.9809685+05:30",
"Amount": 4.1,
"Redeem": 5.1,
"Details": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.