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": "f2479c4b-adb7-45b8-b1f9-b29326031dbe",
"ReportTypeId": "fcd97408-21e4-4b80-9a00-229c8533e9df",
"ReportTypeName": "sample string 3",
"ProjectId": "bd1ff8f8-1257-47e0-ad51-d23161f653b6",
"CampaignId": "8dca980f-cc32-4ea9-9963-dfc1563f8efa",
"StartDate": "2026-06-17T14:18:51.5419577+02:00",
"EndDate": "2026-06-17T14:18:51.5419577+02:00",
"CreatedBy": "sample string 6",
"UserProfileId": "42baf569-c812-4af9-a787-ebfd833633b2",
"Created": "2026-06-17T14:18:51.5419577+02:00",
"Modified": "2026-06-17T14:18:51.5419577+02:00",
"Deleted": "2026-06-17T14:18:51.5419577+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>8dca980f-cc32-4ea9-9963-dfc1563f8efa</CampaignId> <Created>2026-06-17T14:18:51.5419577+02:00</Created> <CreatedBy>sample string 6</CreatedBy> <Deleted>2026-06-17T14:18:51.5419577+02:00</Deleted> <EndDate>2026-06-17T14:18:51.5419577+02:00</EndDate> <Id>f2479c4b-adb7-45b8-b1f9-b29326031dbe</Id> <Modified>2026-06-17T14:18:51.5419577+02:00</Modified> <ProjectId>bd1ff8f8-1257-47e0-ad51-d23161f653b6</ProjectId> <ReportTypeId>fcd97408-21e4-4b80-9a00-229c8533e9df</ReportTypeId> <ReportTypeName>sample string 3</ReportTypeName> <StartDate>2026-06-17T14:18:51.5419577+02:00</StartDate> <UserProfileId>42baf569-c812-4af9-a787-ebfd833633b2</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. |