Api Documentation

Match attendance

This endpoint allows you to manage the attendance of users to matches.
Retrieves a collection of attendance information.
Retrieves a single item of attendance information.
Allows a user to let others know he/she will be attending a match.
Allows a user to let others know he/she will be attending a match.
Json
XML
DELETE https://api.bundeling.com/V2/user_attends_match/:uuid

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a user attends match recordstring

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}