POST api/PrintReport/ExportCrystalReport
Request Information
URI Parameters
None.
Body Parameters
ExportPrintModels| Name | Description | Type | Additional information |
|---|---|---|---|
| FormId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| BranchId | integer |
None. |
|
| ModuleId | integer |
None. |
|
| JsonValue | string |
None. |
|
| FileName | string |
None. |
|
| PathView | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FormId": 1,
"OrganizationId": 2,
"BranchId": 3,
"ModuleId": 4,
"JsonValue": "sample string 5",
"FileName": "sample string 6",
"PathView": "sample string 7"
}
application/xml, text/xml
Sample:
<ExportPrintModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintReportApi.Models"> <BranchId>3</BranchId> <FileName>sample string 6</FileName> <FormId>1</FormId> <JsonValue>sample string 5</JsonValue> <ModuleId>4</ModuleId> <OrganizationId>2</OrganizationId> <PathView>sample string 7</PathView> </ExportPrintModels>
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. |