Skip to content

Get all supplier sales filters ​

GET
/v1/suppliers/my-sales/filters

Authorizations​

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

Responses​

OK

application/json
JSON
{
  
"sport_type": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"event_id": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"event_date": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"category_id": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"purchaseorder_status": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"tournament_id": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"purchase_date": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"hometeam_id": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"visitingteam_id": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
],
  
"payment_status": [
  
  
{
  
  
  
"key": "string",
  
  
  
"value": "string"
  
  
}
  
]
}

Playground​

Server
Authorization

Samples​