POST api/EventRegistration2025/geteventregisters2025

Request Information

URI Parameters

None.

Body Parameters

EventRegisters2025ListRequestDto
NameDescriptionTypeAdditional information
Keyword

string

None.

ChapterId

integer

None.

VerifyStatus

byte

None.

PageNo

integer

None.

PageSize

integer

None.

IsExport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Keyword": "sample string 1",
  "ChapterId": 2,
  "VerifyStatus": 64,
  "PageNo": 4,
  "PageSize": 5,
  "IsExport": true
}

application/xml, text/xml

Sample:
<EventRegisters2025ListRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer">
  <ChapterId>2</ChapterId>
  <IsExport>true</IsExport>
  <Keyword>sample string 1</Keyword>
  <PageNo>4</PageNo>
  <PageSize>5</PageSize>
  <VerifyStatus>64</VerifyStatus>
</EventRegisters2025ListRequestDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.