This method returns the URL used to transfer the customer to the Agile Ticketing cart process.
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
orderID
long
The order ID
transactionID
long
The transaction ID
bypassCart
bool
Whether the user should bypass the cart page
Return Values
The Agile Ticketing cart page URL for the order
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
DefaultWebServiceGroupRequired
1010
Default web service group must be set up
OrderTransactionInvalid
1031
Order/Transaction information is invalid
Example Request
https://prod1.agileticketing.net/sales.svc/json/OrderTransfer?appkey={APPKEY}&userkey={USERKEY}&corporgid={CORPORGID}&orderID={ORDERID}&transactionid={TRANSACTIONID}
Example JSON Response
"String content"
Example XML Response
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">String content</string>
Comments