GET api/Center/GetCheifGuestlist/{compexid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
compexid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ChiefGuest
NameDescriptionTypeAdditional information
chifid

integer

None.

compexid

string

None.

guestname

string

None.

createon

date

None.

createby

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "chifid": 1,
    "compexid": "sample string 2",
    "guestname": "sample string 3",
    "createon": "2025-05-10T10:43:47.6795297+05:30",
    "createby": "sample string 4"
  },
  {
    "chifid": 1,
    "compexid": "sample string 2",
    "guestname": "sample string 3",
    "createon": "2025-05-10T10:43:47.6795297+05:30",
    "createby": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfChiefGuest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <ChiefGuest>
    <chifid>1</chifid>
    <compexid>sample string 2</compexid>
    <createby>sample string 4</createby>
    <createon>2025-05-10T10:43:47.6795297+05:30</createon>
    <guestname>sample string 3</guestname>
  </ChiefGuest>
  <ChiefGuest>
    <chifid>1</chifid>
    <compexid>sample string 2</compexid>
    <createby>sample string 4</createby>
    <createon>2025-05-10T10:43:47.6795297+05:30</createon>
    <guestname>sample string 3</guestname>
  </ChiefGuest>
</ArrayOfChiefGuest>