| Requires any of the roles: | Admin, TeamAdmin, MobileApp | Requires the permission: | ReadData |
| POST | /ticketTransfer/accept |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PhoneVerificationNumber | body | string | No | |
| TransferToken | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Status | form | string | No | |
| ResultingTicketId | form | int? | No | |
| ResultingTicketTokenId | form | string | No | |
| EventId | form | int? | No | |
| EventName | form | string | No | |
| FromPhoneCanonical | form | string | No | |
| FromPhoneDisplay | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| StatusCode | form | int | No | |
| Message | form | string | No | |
| ErrorCode | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /ticketTransfer/accept HTTP/1.1
Host: stubbur-app.azurewebsites.net
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"phoneVerificationNumber":"String","transferToken":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"status":"String","resultingTicketId":0,"resultingTicketTokenId":"String","eventId":0,"eventName":"String","fromPhoneCanonical":"String","fromPhoneDisplay":"String","statusCode":0,"message":"String","errorCode":"String"}