POST api/GeneratedReport/Post
Request Information
URI Parameters
None.
Body Parameters
GeneratedReportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ReportTypeId | globally unique identifier |
None. |
|
| ReportTypeName | string |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| UserProfileId | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Deleted | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "cbe22a71-6630-4075-8279-fc2a718e6862",
"ReportTypeId": "bda48131-8375-4118-8859-9b1467bf8fb9",
"ReportTypeName": "sample string 3",
"ProjectId": "90b3b5b7-0fc0-42b8-b4da-cd81f3881ced",
"CampaignId": "08022c38-2942-47ad-b6af-8f658a7f2509",
"StartDate": "2026-03-11T14:26:13.5508291+02:00",
"EndDate": "2026-03-11T14:26:13.5508291+02:00",
"CreatedBy": "sample string 6",
"UserProfileId": "a1465cb6-ffe2-437f-b6b2-89d862b080e1",
"Created": "2026-03-11T14:26:13.5508291+02:00",
"Modified": "2026-03-11T14:26:13.5508291+02:00",
"Deleted": "2026-03-11T14:26:13.5508291+02:00"
}
application/xml, text/xml
Sample:
<GeneratedReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model"> <CampaignId>08022c38-2942-47ad-b6af-8f658a7f2509</CampaignId> <Created>2026-03-11T14:26:13.5508291+02:00</Created> <CreatedBy>sample string 6</CreatedBy> <Deleted>2026-03-11T14:26:13.5508291+02:00</Deleted> <EndDate>2026-03-11T14:26:13.5508291+02:00</EndDate> <Id>cbe22a71-6630-4075-8279-fc2a718e6862</Id> <Modified>2026-03-11T14:26:13.5508291+02:00</Modified> <ProjectId>90b3b5b7-0fc0-42b8-b4da-cd81f3881ced</ProjectId> <ReportTypeId>bda48131-8375-4118-8859-9b1467bf8fb9</ReportTypeId> <ReportTypeName>sample string 3</ReportTypeName> <StartDate>2026-03-11T14:26:13.5508291+02:00</StartDate> <UserProfileId>a1465cb6-ffe2-437f-b6b2-89d862b080e1</UserProfileId> </GeneratedReportModel>
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. |