PUT api/market/update
Request Information
URI Parameters
None.
Body Parameters
MarketMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| market_id | integer |
None. |
|
| market_name | string |
None. |
|
| status | string |
None. |
|
| open_time | time interval |
None. |
|
| close_time | time interval |
None. |
|
| AKD_OPENTime | time interval |
None. |
|
| Pana_OPENTime | time interval |
None. |
|
| AKD_CLOSETime | time interval |
None. |
|
| PANA_CLOSETime | time interval |
None. |
|
| OPEN_KABAR | time interval |
None. |
|
| CLOSE_KABAR | time interval |
None. |
|
| comp_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"market_id": 1,
"market_name": "sample string 2",
"status": "sample string 3",
"open_time": "00:00:00.1234567",
"close_time": "00:00:00.1234567",
"AKD_OPENTime": "00:00:00.1234567",
"Pana_OPENTime": "00:00:00.1234567",
"AKD_CLOSETime": "00:00:00.1234567",
"PANA_CLOSETime": "00:00:00.1234567",
"OPEN_KABAR": "00:00:00.1234567",
"CLOSE_KABAR": "00:00:00.1234567",
"comp_id": 12
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.