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": "71ce7449-cb08-40cb-8698-488388a47566",
"ReportTypeId": "f86d2e71-bf94-4e77-9aa3-7b86368645e1",
"ReportTypeName": "sample string 3",
"ProjectId": "575f4009-fda2-4c34-90ce-a3f7f9824ce1",
"CampaignId": "a219f967-9a96-4b6c-98f8-563c12e373db",
"StartDate": "2026-06-29T12:52:49.6352133+02:00",
"EndDate": "2026-06-29T12:52:49.6352133+02:00",
"CreatedBy": "sample string 6",
"UserProfileId": "172325b2-8ba3-4db0-b8f7-8c1e043067b5",
"Created": "2026-06-29T12:52:49.6352133+02:00",
"Modified": "2026-06-29T12:52:49.6352133+02:00",
"Deleted": "2026-06-29T12:52:49.6352133+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>a219f967-9a96-4b6c-98f8-563c12e373db</CampaignId> <Created>2026-06-29T12:52:49.6352133+02:00</Created> <CreatedBy>sample string 6</CreatedBy> <Deleted>2026-06-29T12:52:49.6352133+02:00</Deleted> <EndDate>2026-06-29T12:52:49.6352133+02:00</EndDate> <Id>71ce7449-cb08-40cb-8698-488388a47566</Id> <Modified>2026-06-29T12:52:49.6352133+02:00</Modified> <ProjectId>575f4009-fda2-4c34-90ce-a3f7f9824ce1</ProjectId> <ReportTypeId>f86d2e71-bf94-4e77-9aa3-7b86368645e1</ReportTypeId> <ReportTypeName>sample string 3</ReportTypeName> <StartDate>2026-06-29T12:52:49.6352133+02:00</StartDate> <UserProfileId>172325b2-8ba3-4db0-b8f7-8c1e043067b5</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. |