POST api/Reports?organizationId={organizationId}
Add a new report Will add the report to the organization if specificied
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId | globally unique identifier |
None. |
Body Parameters
ReportDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CaseName | string |
None. |
|
| FriendlyId | string |
None. |
|
| Template | string |
None. |
|
| Sections | Collection of ReportSectionDetail |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ReportSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "967bb08f-b82f-4345-828d-818fa1af6a1b",
"Name": "sample string 2"
}
application/xml, text/xml
Sample:
<ReportSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XCapture.DTO"> <Id>967bb08f-b82f-4345-828d-818fa1af6a1b</Id> <Name>sample string 2</Name> </ReportSimple>