Skip to content

Update supplier mapping ​

PUT
/v1/admin/mapping/{resource_id}/{supplier_id}

Authorizations​

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

Parameters​

Path Parameters

resource_id*

Resource ID

Type
string
Required
supplier_id*

XS2event ID of the Supplier

Type
string
Required

Request Body​

application/json
JSON
{
  
"external_id": null,
  
"search_key": null,
  
"supplier_id": null,
  
"team_id": null,
  
"team": null,
  
"venue": null,
  
"venue_id": null,
  
"tournament_id": null,
  
"tournament": null,
  
"category_id": null,
  
"category": null,
  
"context_details": null,
  
"is_error": null,
  
"is_active": true,
  
"supplier": null
}

Responses​

OK

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​