Skip to content

Partially update a listing request ​

PATCH
/v1/suppliers/listingrequests/{listingrequest_id}

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

listingrequest_id*

Listing Request hashkey

Type
string
Required
Max Length
36

Request Body​

application/json
JSON
{
  
"sport_type": null,
  
"tournament_id": null,
  
"venue_id": null,
  
"ticket_type": null,
  
"team_id": null,
  
"category_ids": [
  
  
"string"
  
],
  
"request_status": null,
  
"ticket_targetgroup": null,
  
"links": [
  
  
"string"
  
],
  
"category_description": null,
  
"category_type": null,
  
"covered_seat": null,
  
"numbered_seat": null,
  
"videowall": null,
  
"package_rate": null
}

Responses​

No Content

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​