Follow

API Method - Event Get ID From External ID

This method will get an event ID based on the external event ID.
Parameters
appKey
 
string
A key identifying the application making the call
userKey
 
string
A key identifying the user making the call
corpOrgID
 
int
The corp organization ID
externalID
 
string
The external event ID
Return Values
EventID
 
long
Errors
ApplicationKeyMissing
 
1000
Required parameter appkey is missing or invalid
UserCredentialsMissing
 
1001
Required user credentials are missing or invalid
SecurityInsufficient
 
1002
User security does not permit access to the requested function
RequiredParameter
 
1028
Required parameter is missing
RequestedEventNotFound
 
1007
Requested event not found
Example Request
https://prod1.agileticketing.net/api/sales.svc/xml/EventGetIDFromExternalID?appkey={APPKEY}&userkey={USERKEY}&corporgid={CORPORGID}&externalid={EXTERNALID}
Example JSON Response
9223372036854775807
Example XML Response
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9223372036854775807</long>
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments