v2

latestOpenAPI 3.1.02026-08-01244220427.0 KB
Passes > Pass Payment

Update Custom Price

Update pass custom price

Update the custom price of a pass with the given pass type identifier and serial number.

Parameters:

  • price: New price to be set.
  • lpass: Pass object, automatically resolved from the request.

Returns:

  • JSONResponse: A response indicating the success of the price update.
put/v2/passes/{passTypeIdentifier}/{serialNumber}/price

Path parameters

passTypeIdentifierstring nullable required
serialNumberstring nullable required

Query parameters

passIdstring
Example:5eb7cf5a86d9755df3a6c593

Headers

authorizationstring nullable

Request body

pricenumber required

Response

Successful Response

{"stackTrail":"paths:/v2/passes/{passTypeIdentifier}/{serialNumber}/price:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}