POST api/LiveSchoolData/PostDyanamicReportData?InstitutionID={InstitutionID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstitutionID | integer |
Required |
Body Parameters
Collection of DyanamicReport| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
None. |
|
| result | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"type": "sample string 1",
"result": null
},
{
"type": "sample string 1",
"result": null
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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. |