Generate Ticket
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
POST
/api/venues/tickets
Last modified:2025-04-14 01:05:51
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | API key for authentication; contact support to obtain. Required | string |
apiconnection | appmobile | Connection type; contact support to obtain. Required | string |
secure-business-key | 4765066450c0bd66325.48403130 | Business-specific key; contact support for valid values. Required | string |
userToken | 09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9 | (Get user token from https://testaccounts.vodoerp.com/api/login or https://accounts.vodoerp.com/api/login ) Required | string |
Key | Value | Description | Type |
---|---|---|---|
start | 2023-07-11 16:00:00 | Event start date and time. Required | string |
end | 2023-07-11 21:00:00 | Event end date and time. Required | string |
venue_id | 22 | ID of the venue. Required | string |
event_reference | 45 | Reference ID for the event. Optional | string |
event_title | Title | Title of the event. Required | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.testecommerce.vodoerp.com/api/venues/tickets' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'userToken: 09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9' \
--form 'start="2023-07-11 16:00:00"' \
--form 'end="2023-07-11 21:00:00"' \
--form 'venue_id="22"' \
--form 'event_reference="45"' \
--form 'event_title="Title"'
Response Response Example
{}
Request
Header Params
apikey
stringÂ
required
Example:
5f28583f26a1a
apiconnection
stringÂ
required
Example:
appmobile
secure-business-key
stringÂ
required
728106399db2b289783.89154521
2680667168f2f8a68f6.12561200
140356399db2b2c32f0.25237063
96701678e330f31f768.22400604
14807664478836358b0.31329842
Example:
4765066450c0bd66325.48403130
userToken
stringÂ
required
https://testaccounts.vodoerp.com/api/login
or
https://accounts.vodoerp.com/api/login
Example:
09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9
Body Params multipart/form-data
start
stringÂ
required
Example:
2023-07-11 16:00:00
end
stringÂ
required
Example:
2023-07-11 21:00:00
venue_id
stringÂ
required
Example:
22
event_reference
stringÂ
required
Example:
45
event_title
stringÂ
required
Example:
Title