POST api/Project/SaveafterMarketInfo
Request Information
URI Parameters
None.
Body Parameters
AfterMarketDataObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ProjectId | string |
None. |
|
| ProjectName | string |
None. |
|
| ProjectType | string |
None. |
|
| StartTime | date |
None. |
|
| StartTimeStr | string |
None. |
|
| EndTime | date |
None. |
|
| EndTimeStr | string |
None. |
|
| DuringMinute | decimal number |
None. |
|
| DealPerson | string |
None. |
|
| QuestionType | string |
None. |
|
| Remark | string |
None. |
|
| Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"projectId": "sample string 2",
"projectName": "sample string 3",
"projectType": "sample string 4",
"startTime": "2026-06-10T07:10:26.5014214+08:00",
"startTimeStr": "2026-06-10 07:10",
"endTime": "2026-06-10T07:10:26.5014214+08:00",
"endTimeStr": "2026-06-10 07:10",
"duringMinute": 0.0,
"dealPerson": "sample string 7",
"questionType": "sample string 8",
"remark": "sample string 9",
"reason": "sample string 10"
}
application/xml, text/xml
Sample:
<AfterMarketDataObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>sample string 1</Id> <ProjectId>sample string 2</ProjectId> <ProjectName>sample string 3</ProjectName> <ProjectType>sample string 4</ProjectType> <StartTime>2026-06-10T07:10:26.5014214+08:00</StartTime> <EndTime>2026-06-10T07:10:26.5014214+08:00</EndTime> <DealPerson>sample string 7</DealPerson> <QuestionType>sample string 8</QuestionType> <Remark>sample string 9</Remark> <Reason>sample string 10</Reason> </AfterMarketDataObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultObject| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSucceed | boolean |
None. |
|
| Remark | string |
None. |
|
| OpTime | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSucceed": true,
"remark": "sample string 2",
"opTime": "sample string 3",
"result": {}
}
application/xml, text/xml
Sample:
<JsonResultObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsSucceed>true</IsSucceed> <Remark>sample string 2</Remark> <OpTime>sample string 3</OpTime> <Result /> </JsonResultObject>