POST services/api/rest/v1/Get_CreditNoteByCreditNoteNo
Request Information
URI Parameters
None.
Body Parameters
CardNo_LocId| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNo | string |
None. |
|
| LocId | integer |
None. |
|
| GiftCardType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardNo": "sample string 1",
"LocId": 2,
"GiftCardType": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Rest_CreditNoteDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CreditNoteNo | string |
None. |
|
| Amount | decimal number |
None. |
|
| IsRedeemable | boolean |
None. |
|
| LocId | integer |
None. |
|
| IssueDate | date |
None. |
|
| Days | integer |
None. |
|
| IsUsed | boolean |
None. |
|
| Remark | string |
None. |
|
| UserId | integer |
None. |
|
| InvNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CreditNoteNo": "sample string 2",
"Amount": 3.0,
"IsRedeemable": true,
"LocId": 5,
"IssueDate": "2026-09-09T15:22:45.2053211+04:00",
"Days": 7,
"IsUsed": true,
"Remark": "sample string 9",
"UserId": 10,
"InvNo": 11
}