POST api/Cpd/DownloadZip

Request Information

URI Parameters

None.

Body Parameters

CpdCriteria
NameDescriptionTypeAdditional information
Search

string

None.

Page

integer

None.

PageSize

integer

None.

StatusId

integer

None.

EventId

integer

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Search": "sample string 1",
  "Page": 2,
  "PageSize": 3,
  "StatusId": 1,
  "EventId": 1,
  "StartDate": "2024-11-26T17:26:44.1050366+02:00",
  "EndDate": "2024-11-26T17:26:44.1050366+02:00"
}

application/xml, text/xml

Sample:
<CpdCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Event.Webapp.ViewModels.Cpd">
  <EndDate>2024-11-26T17:26:44.1050366+02:00</EndDate>
  <EventId>1</EventId>
  <Page>2</Page>
  <PageSize>3</PageSize>
  <Search>sample string 1</Search>
  <StartDate>2024-11-26T17:26:44.1050366+02:00</StartDate>
  <StatusId>1</StatusId>
</CpdCriteria>

multipart/form-data

Sample:
<CpdCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Event.Webapp.ViewModels.Cpd"><EndDate>2024-11-26T17:26:44.1050366+02:00</EndDate><EventId>1</EventId><Page>2</Page><PageSize>3</PageSize><Search>sample string 1</Search><StartDate>2024-11-26T17:26:44.1050366+02:00</StartDate><StatusId>1</StatusId></CpdCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.