POST api/market/insert
Request Information
URI Parameters
None.
Body Parameters
MarketInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| comp_number | string |
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. |
Request Formats
application/json, text/json
Sample:
{
"comp_number": "sample string 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"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.