URL: | ||
JWT Token | ||
Template: | ||
cURL: |
Version: 1_0 (other versions, change log, ZUMSTEIN_V3.12-SNAPSHOT) Latest frozen version. Base by default all your developments on this one.
SOAP Demo endpoint: https://myinstit.ws.secutix.com/tnseb/external-remoting/com.secutix.service.realtime.seat.v1_0.ExternalSeatingService.webservice?wsdl
REST Demo endpoint (only POST): https://myinstit.ws.secutix.com/tnseb/backend-apis/externalSeatingService/v1_0/{methodName} Replace {methodName} for the desired method name as shown below.
To get the endpoint for your own institution, replace "myinstit" (just after https://) in the url by your own institution code.
For further documentation and examples, please check in Platform Website.A public service to assign/unassign seats to operations
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
Allocates seats to unseated operations
requestId | Integer | |
operationIds | List of Long | Mandatory List of operation IDs |
seatingInformation | List of SeatingInformation | Mandatory List of Seating Information with movement IDs and physical seat IDs |
SeatingInformation | ||
movementId | Long | |
physicalSeatId | Long |
SeatingResult | ||
movementsData | List of MovementData | |
requestId | Integer | |
statusCode | String (8) | |
statusDetail | String |
MovementData | ||
Class containing all necessary information to display a movement. The following attributes are provided:
| ||
alley | String | |
area | String | |
areaId | Long | |
areaKind | (INDIFFERENT|BOX) | |
attributionMatch | (MATCHING_EXPECTED_AREAS| MATCHING_EXPECTED_BLOCKS| NOT_MATCHING| NO_EXPECTATION) | |
barcode | String (8) | |
beneficiaryBirthPlace | String | |
beneficiaryBirthRegion | String | |
beneficiaryBirthdate | Date | |
beneficiaryCountryCode | String (8) | |
beneficiaryFirstname | String | |
beneficiaryIdNumber | String | |
beneficiaryLastname | String | |
block | String | |
blockId | Long | |
contactReference | String (20) | |
contingent | String | |
contingentId | Long | |
endValidityDate | Date | |
entrance | String | |
entranceCode | String (8) | |
entranceId | Long | |
externalReferences | List of ExternalReference | |
externalRemark | String | |
floor | String | |
instanceNumber | Long | |
movementId | Long | |
operationId | Long | |
parentMovementId | Long | |
questionnaireId | Long | |
resaledMovementId | Long | |
resumed | boolean | |
resumedMovementId | Long | |
row | String | |
saleAreaId | Long | |
saleSeatId | Long | |
scenePanoLink | String | |
scenePhotoLink | String | |
seatCategory | String | |
seatCategoryId | Long | |
seatId | Long | |
seatNumber | String | |
seatOrientation | Integer | |
seatQuality | String | |
seatQualityCode | String (8) | |
seatQualityId | Long | |
sector | String | |
stageVisibility | String | |
startValidityDate | Date | |
taxNumber | String | |
titlingVisibility | String | |
transferable | boolean | |
type | (SEAT|AREA|SIMPLE_PRODUCT| COMPOSED) | |
xCoordinate | Long | |
yCoordinate | Long |
ExternalReference | ||
Contains an external reference for the object. This external reference is linked to a key, which is unique for a given object. This reference is for tagging purposes only, and will not be involved in any internal process of SecuTix | ||
key | String | Max length 50 chars. Cannot be null. |
value | String | Max length 2000 chars. |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
Removes seats of seated operations
requestId | Integer | |
operationIds | List of Long | Mandatory List of operation IDs |