POST api/NewHouse/AddReportInfo
Request Information
URI Parameters
None.
Body Parameters
AddReportInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | globally unique identifier |
None. |
|
| ReportType | string |
None. |
|
| EstimateTime | string |
None. |
|
| AppID | string |
None. |
|
| AuxiliaryID | string |
None. |
|
| CustomerID | string |
None. |
|
| CustomerNo | string |
None. |
|
| CustomerTelephone | string |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectID": "11b72810-ed6a-4b7c-a4ba-9a09d549413d",
"ReportType": "sample string 2",
"EstimateTime": "sample string 3",
"AppID": "sample string 4",
"AuxiliaryID": "sample string 5",
"CustomerID": "sample string 6",
"CustomerNo": "sample string 7",
"CustomerTelephone": "sample string 8",
"Remark": "sample string 9"
}
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. |