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": "d1f2f3ba-82dc-4ff4-b44e-9b52dcb40517",
"ReportTypeId": "35f07e94-fb8e-4ebf-adb6-8b6fe2f4e81e",
"ReportTypeName": "sample string 3",
"ProjectId": "f02cf4e3-7f4e-4b8e-b4dc-3e370ca05c3b",
"CampaignId": "e1e47374-37a6-4671-aa42-ae51efacc246",
"StartDate": "2026-05-05T13:23:42.3235852+02:00",
"EndDate": "2026-05-05T13:23:42.3235852+02:00",
"CreatedBy": "sample string 6",
"UserProfileId": "bce592cc-034d-4e84-b860-d61810153158",
"Created": "2026-05-05T13:23:42.3235852+02:00",
"Modified": "2026-05-05T13:23:42.3235852+02:00",
"Deleted": "2026-05-05T13:23:42.3235852+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>e1e47374-37a6-4671-aa42-ae51efacc246</CampaignId> <Created>2026-05-05T13:23:42.3235852+02:00</Created> <CreatedBy>sample string 6</CreatedBy> <Deleted>2026-05-05T13:23:42.3235852+02:00</Deleted> <EndDate>2026-05-05T13:23:42.3235852+02:00</EndDate> <Id>d1f2f3ba-82dc-4ff4-b44e-9b52dcb40517</Id> <Modified>2026-05-05T13:23:42.3235852+02:00</Modified> <ProjectId>f02cf4e3-7f4e-4b8e-b4dc-3e370ca05c3b</ProjectId> <ReportTypeId>35f07e94-fb8e-4ebf-adb6-8b6fe2f4e81e</ReportTypeId> <ReportTypeName>sample string 3</ReportTypeName> <StartDate>2026-05-05T13:23:42.3235852+02:00</StartDate> <UserProfileId>bce592cc-034d-4e84-b860-d61810153158</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. |