events.updateMember
Syntax
bool events.updateMember (
int eventId,
int uid,
int memberType )
Argument Info
| Name | Type | Required | Default value | Description |
|---|
| eventId | int | Required | none | The event ID that you are updating the member in. |
| uid | int | Required | none | The ID of the member you are updating. |
| memberType | int | Required | none | The updated member type that you are assigning to the user ID. |
Response
This service will return 1 if the user's member type has been updated successfully.
| Name | Type | Description |
|---|
| result | INT | Upon success the response will be 1. |
Return Values
| Field | Description | Possible Values |
|---|
| 1 = inviteda | N/A |
| 2 = membera | N/A |
| 9 = amdina | N/A |