POST api/Reports/Save_Pdf_Report_Img?UserId={UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
Body Parameters
Collection of Report_Pdf_Img_Lst| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportId | integer |
None. |
|
| ChartId | integer |
None. |
|
| Seq | integer |
None. |
|
| ChartType | integer |
None. |
|
| Position | string |
None. |
|
| Description | string |
None. |
|
| CompId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"ReportId": 1,
"ChartId": 2,
"Seq": 3,
"ChartType": 4,
"Position": "sample string 5",
"Description": "sample string 6",
"CompId": 7
},
{
"ReportId": 1,
"ChartId": 2,
"Seq": 3,
"ChartType": 4,
"Position": "sample string 5",
"Description": "sample string 6",
"CompId": 7
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.