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": "401936e0-e716-462c-84b8-a29bdd2b367c",
"ReportTypeId": "d0d5bf34-78ff-4d4d-ab7d-e0400af5c1db",
"ReportTypeName": "sample string 3",
"ProjectId": "e40f2999-185b-48cb-a09a-159cc6e5f8ad",
"CampaignId": "c6f0986e-c828-40af-af17-68dac97ec1d3",
"StartDate": "2025-12-06T07:29:22.2096865+02:00",
"EndDate": "2025-12-06T07:29:22.2096865+02:00",
"CreatedBy": "sample string 6",
"UserProfileId": "1e61ead9-fb6a-49b7-8351-c91c9c1da5fb",
"Created": "2025-12-06T07:29:22.2096865+02:00",
"Modified": "2025-12-06T07:29:22.2096865+02:00",
"Deleted": "2025-12-06T07:29:22.2096865+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>c6f0986e-c828-40af-af17-68dac97ec1d3</CampaignId> <Created>2025-12-06T07:29:22.2096865+02:00</Created> <CreatedBy>sample string 6</CreatedBy> <Deleted>2025-12-06T07:29:22.2096865+02:00</Deleted> <EndDate>2025-12-06T07:29:22.2096865+02:00</EndDate> <Id>401936e0-e716-462c-84b8-a29bdd2b367c</Id> <Modified>2025-12-06T07:29:22.2096865+02:00</Modified> <ProjectId>e40f2999-185b-48cb-a09a-159cc6e5f8ad</ProjectId> <ReportTypeId>d0d5bf34-78ff-4d4d-ab7d-e0400af5c1db</ReportTypeId> <ReportTypeName>sample string 3</ReportTypeName> <StartDate>2025-12-06T07:29:22.2096865+02:00</StartDate> <UserProfileId>1e61ead9-fb6a-49b7-8351-c91c9c1da5fb</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. |