POST CasinoSettings/UpdateTableGames
Request Information
URI Parameters
None.
Body Parameters
TableGamesModelName | Description | Type | Additional information |
---|---|---|---|
GameName | string |
None. |
|
ImagePath | string |
None. |
|
SportsId | integer |
None. |
|
APIUrl | string |
None. |
|
ResultAPIUrl | string |
None. |
|
VedioUrl | string |
None. |
|
MarketId | string |
None. |
|
id | integer |
None. |
|
deleted | boolean |
None. |
|
status | boolean |
None. |
|
createdOn | date |
None. |
|
updatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "GameName": "sample string 1", "ImagePath": "sample string 2", "SportsId": 3, "APIUrl": "sample string 4", "ResultAPIUrl": "sample string 5", "VedioUrl": "sample string 6", "MarketId": "sample string 7", "id": 8, "deleted": true, "status": true, "createdOn": "2024-12-23T04:43:01.9742502+05:30", "updatedOn": "2024-12-23T04:43:01.9742502+05:30" }
application/xml, text/xml
Sample:
<TableGamesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models"> <createdOn>2024-12-23T04:43:01.9742502+05:30</createdOn> <deleted>true</deleted> <id>8</id> <status>true</status> <updatedOn>2024-12-23T04:43:01.9742502+05:30</updatedOn> <APIUrl>sample string 4</APIUrl> <GameName>sample string 1</GameName> <ImagePath>sample string 2</ImagePath> <MarketId>sample string 7</MarketId> <ResultAPIUrl>sample string 5</ResultAPIUrl> <SportsId>3</SportsId> <VedioUrl>sample string 6</VedioUrl> </TableGamesModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.