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": "24e684c5-62f6-436f-a114-b6e8037e09fa",
"ReportTypeId": "ce16a30c-4474-4940-8914-c0d0a50b3ce8",
"ReportTypeName": "sample string 3",
"ProjectId": "4a8b097d-d619-4d35-82e4-246fbe583d7b",
"CampaignId": "70bd14a4-31e3-4ed1-ac00-b4f8da4be614",
"StartDate": "2026-01-20T20:36:45.892653+02:00",
"EndDate": "2026-01-20T20:36:45.892653+02:00",
"CreatedBy": "sample string 6",
"UserProfileId": "5694cbdb-f22d-4b18-a067-c16666629c90",
"Created": "2026-01-20T20:36:45.892653+02:00",
"Modified": "2026-01-20T20:36:45.892653+02:00",
"Deleted": "2026-01-20T20:36:45.892653+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>70bd14a4-31e3-4ed1-ac00-b4f8da4be614</CampaignId> <Created>2026-01-20T20:36:45.892653+02:00</Created> <CreatedBy>sample string 6</CreatedBy> <Deleted>2026-01-20T20:36:45.892653+02:00</Deleted> <EndDate>2026-01-20T20:36:45.892653+02:00</EndDate> <Id>24e684c5-62f6-436f-a114-b6e8037e09fa</Id> <Modified>2026-01-20T20:36:45.892653+02:00</Modified> <ProjectId>4a8b097d-d619-4d35-82e4-246fbe583d7b</ProjectId> <ReportTypeId>ce16a30c-4474-4940-8914-c0d0a50b3ce8</ReportTypeId> <ReportTypeName>sample string 3</ReportTypeName> <StartDate>2026-01-20T20:36:45.892653+02:00</StartDate> <UserProfileId>5694cbdb-f22d-4b18-a067-c16666629c90</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. |