POST services/api/v1/Validate_POSGiftVoucher
Request Information
URI Parameters
None.
Body Parameters
Id_LocId_CardNo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocId | integer |
None. |
|
| CardNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocId": 2,
"CardNo": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Id_LocId_CardNo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocId | integer |
None. |
|
| CardNo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocId": 2,
"CardNo": "sample string 3"
}