GET api/vouchers?store_id={store_id}&voucher_number={voucher_number}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
store_id | integer |
Required |
|
voucher_number | string |
Required |
Body Parameters
None.
Response Information
Resource Description
VoucherDtoName | Description | Type | Additional information |
---|---|---|---|
voucher_number | string |
None. |
|
amount | decimal number |
None. |
|
expiry_date | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "voucher_number": "sample string 1", "amount": 2.0, "expiry_date": "2025-04-03T04:04:12.2749907+05:00" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.