Warning: API Version 1 is deprecated. Please use API Version 2.
Api Documentation

Match attendance

Retrieves a collection 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.
Deletes a users attendance information.
Json
XML
DELETE https://api.bundeling.com/V1/user_attends_match

Parameters

Url

NameDescriptionType
idUnique integer used to identity a user attends match record.int

Example request

Headers

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

Example response

{
    "id": 194,
    "status": "Delete successful"
}