POST api/Dashboard/PostDashboardJson
Request Information
URI Parameters
None.
Body Parameters
DashJsonInput| Name | Description | Type | Additional information |
|---|---|---|---|
| DJD_ID | integer |
None. |
|
| DJD_RPH_ID | integer |
None. |
|
| DJD_CP_ID | integer |
None. |
|
| DJD_REPORT_CODE | string |
None. |
|
| DJD_REPORT_NAME | string |
None. |
|
| DJD_STATUS | string |
None. |
|
| DJD_FROM_DATE | date |
None. |
|
| DJD_TO_DATE | date |
None. |
|
| DJD_JSON_DATA | string |
None. |
|
| DJD_CREATED_BY | integer |
None. |
|
| DJD_FILE_NAME | string |
None. |
|
| DJD_REMARKS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DJD_ID": 1,
"DJD_RPH_ID": 1,
"DJD_CP_ID": 1,
"DJD_REPORT_CODE": "sample string 1",
"DJD_REPORT_NAME": "sample string 2",
"DJD_STATUS": "sample string 3",
"DJD_FROM_DATE": "2025-12-06T05:24:39.737849+00:00",
"DJD_TO_DATE": "2025-12-06T05:24:39.737849+00:00",
"DJD_JSON_DATA": "sample string 4",
"DJD_CREATED_BY": 1,
"DJD_FILE_NAME": "sample string 5",
"DJD_REMARKS": "sample string 6"
}
application/xml, text/xml
Sample:
<DashJsonInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DJD_CP_ID>1</DJD_CP_ID> <DJD_CREATED_BY>1</DJD_CREATED_BY> <DJD_FILE_NAME>sample string 5</DJD_FILE_NAME> <DJD_FROM_DATE>2025-12-06T05:24:39.737849+00:00</DJD_FROM_DATE> <DJD_ID>1</DJD_ID> <DJD_JSON_DATA>sample string 4</DJD_JSON_DATA> <DJD_REMARKS>sample string 6</DJD_REMARKS> <DJD_REPORT_CODE>sample string 1</DJD_REPORT_CODE> <DJD_REPORT_NAME>sample string 2</DJD_REPORT_NAME> <DJD_RPH_ID>1</DJD_RPH_ID> <DJD_STATUS>sample string 3</DJD_STATUS> <DJD_TO_DATE>2025-12-06T05:24:39.737849+00:00</DJD_TO_DATE> </DashJsonInput>
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. |