Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example of external provider payload:

Code Block
	{
  ...
  "externalProviders": [
		{
			"id": "2be91f9c-c8ac-4c01-a0da-f7848df9da10",
			"targetType": "Office",
			"targetId": "3270",
			"service": "Stats", // service type
			"link": "https://www.nhl.com/stats/", // service link
			"provider": "NHL", // service name
			"externalId": null
		},
		{
			"id": "6f26ecbd-b27b-4510-a075-f2137c3fa0ed",
			"targetType": "Office",
			"targetId": "3270",
			"service": "Streaming",
			"link": "https://www.livebarn.com/play-hockey",
			"provider": "LiveBarn",
			"externalId": null
		}
	]
}