-
Notifications
You must be signed in to change notification settings - Fork 0
Mera events Save Attendee Details
Aashiq edited this page Oct 30, 2017
·
2 revisions
save_attendee_details
KEYWORD | DESCRIPTION |
---|---|
orderId | MeraEvents Id for an order |
custom field array | Array with custom fields related to user |
{
orderId=$orderId
customfieldarray=$customfieldarray
}
KEY | DESCRIPTION |
---|---|
status | Status Messages |
statusCode | Status Code |
response | response |
seatingLayout | Seating Status Layout |
totalPurchaseAmount | Total Purchase Amount |
orderId | MeraEvents Id for an order |
userDetails | Details of user |
eventSignupId | MeraEvents ID for a signup |
addressStr | Email address |
{
status : $status
statusCode : $statusCode
response : $response
seatingLayout : $seatingLayout
totalPurchaseAmount : $totalPurchaseAmount
orderId : $orderId
userDetails : $userDetails
eventSignupId : $eventSignupId
addressStr : $addressStr
}