website logo
Sign Up ->
🌐Help Center
πŸ’ΌJobs
Navigate through spaces
⌘K
✏️ARCHBEE TEMPLATES
πŸ’»API Reference
Account Balance
Account Groups
Account Subscriptions
Accounts
Addresses
Analytics
Bulk Entitlements
Bundles
Carts
Customer Support Log
Dev Tools
Device Policy
Entitlements
Fulfilment
Gifting
Native Billing
Offers
Orders
Payment Details
Payment Instruction
Platform Status
Product Lists
Products
Service Credits
Sessions
Subscription Holiday
Subscriptions
Suppliers
Vouchers
πŸš€Realtime Editor with Markdown Shortcuts!
β›΅Integrations
AirTable
Miro
Figma
Github Gist
LucidChart
Trello
Prezi
Codepen
Iframe Embeds
🌀️Development in the Cloud
‴️Sharing Lambda Layers
πŸ”¨API Documentation
🌀️Endpoint Documentation
β›…GraphQL Endpoint Playground
☁️Full API Docs with Swagger/OpenAPI
πŸ§œβ€β™€οΈMermaid Diagrams
πŸ“„Why is Documentation Extremely Important for Engineers
Changelogs and Callouts
Code Editor Multi-Language
All Blocks
Tabs
Embed
πŸ—ΊοΈDatacenters (Minitasks and Maps)
API Reference
pet
store
user
Docs powered by
Archbee
API Reference
Offers

Create a voucher code

2min
POST
This endpoint will allow the creation of a voucher code against the specific offer.
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
offerReference
string
*
HEADER PARAMETERS
X-TokenId
string
The eSuite Token Id
X-SessionId
string
The eSuite Session Id
X-Version
string
*
The eSuite Version
Origin
string
The eSuite Origin
BODY PARAMETERS
voucherRequest
FictiveGlobal.Api.Rest.Dtos.v3.Offers.CreateVoucherRequest
*
Create a new voucher request
clientUserId
string
Client user ID
RESPONSES
200
OK
FictiveGlobal.Api.Rest.Dtos.v1.Offers.OfferVoucherDataDTO
Voucher data
voucherCode
string
Voucher Code
createdDate
string<date-time>
Example: 2021-09-21T05:33:19.6510512
Created date
lastUpdatedDate
string<date-time>
Last updated date
status
string
Status
redemptionCount
integer<int32>
Redemption count
redemptionsDetails
FictiveGlobal.Api.Rest.Dtos.v1.Offers.RedemptionDetailsDTO[]
Redemption details
ο»Ώ

ο»Ώ

Updated 22 Sep 2023
Did this page help you?
PREVIOUS
Retrieve all vouchers
NEXT
Retrieve payment history
Docs powered by
Archbee