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": "f51c2f76-159f-4752-b8ca-3fedc4702768",
"ReportTypeId": "11376f49-1cdb-4667-8cf6-262f473354ab",
"ReportTypeName": "sample string 3",
"ProjectId": "b3864b70-ec88-4daa-af4e-1706f14e580b",
"CampaignId": "0e65e01b-7353-4fb0-b942-508e1dc896a7",
"StartDate": "2026-08-25T10:42:43.1451126+02:00",
"EndDate": "2026-08-25T10:42:43.1451126+02:00",
"CreatedBy": "sample string 6",
"UserProfileId": "0f385606-c92b-4918-8b18-93e6e6e057fc",
"Created": "2026-08-25T10:42:43.1451126+02:00",
"Modified": "2026-08-25T10:42:43.1451126+02:00",
"Deleted": "2026-08-25T10:42:43.1451126+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>0e65e01b-7353-4fb0-b942-508e1dc896a7</CampaignId> <Created>2026-08-25T10:42:43.1451126+02:00</Created> <CreatedBy>sample string 6</CreatedBy> <Deleted>2026-08-25T10:42:43.1451126+02:00</Deleted> <EndDate>2026-08-25T10:42:43.1451126+02:00</EndDate> <Id>f51c2f76-159f-4752-b8ca-3fedc4702768</Id> <Modified>2026-08-25T10:42:43.1451126+02:00</Modified> <ProjectId>b3864b70-ec88-4daa-af4e-1706f14e580b</ProjectId> <ReportTypeId>11376f49-1cdb-4667-8cf6-262f473354ab</ReportTypeId> <ReportTypeName>sample string 3</ReportTypeName> <StartDate>2026-08-25T10:42:43.1451126+02:00</StartDate> <UserProfileId>0f385606-c92b-4918-8b18-93e6e6e057fc</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. |