Retail Express API 2.1

Gets specific Voucher Type by unique id

Gets specific Voucher Type by unique id

get
https://api.retailexpress.com.au/v2/vouchertypes/{id}

Path Parameters

idinteger(int32)required

Voucher Type id

Example:10000

Headers

x-api-keystringrequired

Api subscription key

Cache-Controlstring

Default:no-cache

Authorizationstringrequired

Bearer token for authorization (e.g., Bearer )

Response

application/json

Returns found Voucher Type

VoucherType

* Additional properties are NOT allowed.
idinteger | null(int32)

Voucher type Id.

namestring | null

Voucher type code

voucher_textstring | null

Voucher type code

valid_for_daysinteger | null(int32)

Voucher type code

get/vouchertypes/{id}
 
application/json

Currency

object

Currencies model

* Additional properties are NOT allowed.
idinteger(int32)

Currency Id

currency_codestring

Currency Code

currency_namestring

Currency Name

modified_onstring(date-time)

Last Modified On

Example

Country

object

CountryVM Model

* Additional properties are NOT allowed.
idinteger(int32)

id

codestring

code

namestring

name

tax_ratenumber(double)

tax_rate

tax_labelstring

tax_label

currency_multipliernumber(double)

currency_multiplier

fob_currencyobject

Currencies model

* Additional properties are NOT allowed.
Show Child Parameters
modified_onstring(date-time)

Modified on

Example

Country.PagingResponse

object
* Additional properties are NOT allowed.
dataarray[object]

CountryVM Model

* Additional properties are NOT allowed.
Show Child Parameters
page_numberinteger(int32)
page_sizeinteger(int32)
total_recordsinteger(int32)
Example

ProblemDetails

object
typestring
titlestring
statusinteger(int32)
detailstring
instancestring
Example