Requires any of the roles: | Admin, TeamAdmin, MobileApp | Requires the permission: | ReadData |
GET POST | /ksiFixture/{Id} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | path | int? | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ksiGameID | form | int | No | |
ksiGameDateTime | form | DateTime | No | |
ksiTeamHomeID | form | int | No | |
ksiTeamHomeName | form | string | No | |
ksiTeamAwayID | form | int | No | |
ksiTeamAwayName | form | string | No | |
ksiStadiumName | form | string | No | |
ksiCompetitionID | form | int | No | |
ksiGroupId | form | int | No | |
ksiGenderId | form | int | No | |
ksiSkyrslaStada | form | string | No | |
ExternalIdType | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /ksiFixture/{Id} HTTP/1.1
Host: stubbur-autoupdates-live.smartnewapis.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"id":0}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"ksiGameID":0,"ksiGameDateTime":"0001-01-01T00:00:00.0000000","ksiTeamHomeID":0,"ksiTeamHomeName":"String","ksiTeamAwayID":0,"ksiTeamAwayName":"String","ksiStadiumName":"String","ksiCompetitionID":0,"ksiGroupId":0,"ksiGenderId":0,"ksiSkyrslaStada":"String","externalIdType":"String"}