POST api/Base/AddCompetitionInfo
Request Information
URI Parameters
None.
Body Parameters
CompetitionInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CI_GUID | string |
None. |
|
| CI_Title | string |
None. |
|
| CI_EndDate | date |
None. |
|
| CI_APrice | decimal number |
None. |
|
| CI_GoodsGuid | string |
None. |
|
| CI_Cover | string |
None. |
|
| CI_BPrice | decimal number |
None. |
|
| CI_CPrice | decimal number |
None. |
|
| CI_DPrice | decimal number |
None. |
|
| CI_EPrice | decimal number |
None. |
|
| CI_FPrice | decimal number |
None. |
|
| CI_GPrice | decimal number |
None. |
|
| CI_HPrice | decimal number |
None. |
|
| CI_IsValid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CI_GUID": "sample string 1",
"CI_Title": "sample string 2",
"CI_EndDate": "2026-04-20T18:11:37.3536718+08:00",
"CI_APrice": 1.0,
"CI_GoodsGuid": "sample string 3",
"CI_Cover": "sample string 4",
"CI_BPrice": 1.0,
"CI_CPrice": 1.0,
"CI_DPrice": 1.0,
"CI_EPrice": 1.0,
"CI_FPrice": 1.0,
"CI_GPrice": 1.0,
"CI_HPrice": 1.0,
"CI_IsValid": true
}
application/xml, text/xml
Sample:
<CompetitionInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <CI_APrice>1</CI_APrice> <CI_BPrice>1</CI_BPrice> <CI_CPrice>1</CI_CPrice> <CI_Cover>sample string 4</CI_Cover> <CI_DPrice>1</CI_DPrice> <CI_EPrice>1</CI_EPrice> <CI_EndDate>2026-04-20T18:11:37.3536718+08:00</CI_EndDate> <CI_FPrice>1</CI_FPrice> <CI_GPrice>1</CI_GPrice> <CI_GUID>sample string 1</CI_GUID> <CI_GoodsGuid>sample string 3</CI_GoodsGuid> <CI_HPrice>1</CI_HPrice> <CI_IsValid>true</CI_IsValid> <CI_Title>sample string 2</CI_Title> </CompetitionInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |