POST v1/tokens/expired/{id}/{tokenId}/paid

Marks a token as paid so that it doesn't show up in the get expired tokens call anymore.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Unique ID for the participant whose token has been paid.

string

Required

tokenId

Unique ID of the token to mark as paid.

string

Required

Body Parameters

None.

Response Information

Resource Description

A validation object indicating success and containing errors if the Token could not be created.

boolean

Response Codes

  • 200 OK: Token successfully marked as paid.
  • 400 BadRequest: Data validation failed, see the response body for more information.
  • 401 Unauthorized:
  • 500 InternalServerError:

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>