POST Market/saveGameCards
Request Information
URI Parameters
None.
Body Parameters
CardDetailsName | Description | Type | Additional information |
---|---|---|---|
MarketId | string |
None. |
|
CardNames | string |
None. |
|
MarketName | string |
None. |
|
id | integer |
None. |
|
deleted | boolean |
None. |
|
status | boolean |
None. |
|
createdOn | date |
None. |
|
updatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "MarketId": "sample string 1", "CardNames": "sample string 2", "MarketName": "sample string 3", "id": 4, "deleted": true, "status": true, "createdOn": "2024-12-23T04:50:59.5200686+05:30", "updatedOn": "2024-12-23T04:50:59.5200686+05:30" }
application/xml, text/xml
Sample:
<CardDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models"> <createdOn>2024-12-23T04:50:59.5200686+05:30</createdOn> <deleted>true</deleted> <id>4</id> <status>true</status> <updatedOn>2024-12-23T04:50:59.5200686+05:30</updatedOn> <CardNames>sample string 2</CardNames> <MarketId>sample string 1</MarketId> <MarketName>sample string 3</MarketName> </CardDetails>
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.