-
Notifications
You must be signed in to change notification settings - Fork 0
MeraEvents Fetch Custom Fields
Aashiq edited this page Oct 30, 2017
·
4 revisions
fetch_custom_fields
KEYWORD | DESCRIPTION |
---|---|
orderId | MeraEvents ID for an order |
{
orderId = $orderId
}
KEY | DESCRIPTION |
---|---|
id | Meraevents Id for an event |
ticketName | Name of the ticket |
formFields | Custom Fields of a user for an event |
customFieldValues | Custom field Values |
messages | Status Messages |
customFields {
id : $id
ticketName : $ticketName
formFields : $formFields
customFieldValues : $customFieldValues
messages : $messages
}