POST api/ReportFollowup/AddReportFollowup
Request Information
URI Parameters
None.
Body Parameters
ReportFollowupRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ImgUrlList | string |
None. |
|
| txt_Remark | string |
None. |
|
| AppId | string |
None. |
|
| Id | string |
None. |
|
| reportID | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ImgUrlList": "sample string 1",
"txt_Remark": "sample string 2",
"AppId": "sample string 3",
"Id": "sample string 4",
"reportID": "sample string 5",
"PageIndex": 6,
"PageSize": 7
}
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. |