POST api/Center/AddGuestdetail
Request Information
URI Parameters
None.
Body Parameters
ChiefGuest| Name | Description | Type | Additional information |
|---|---|---|---|
| chifid | integer |
None. |
|
| compexid | string |
None. |
|
| guestname | string |
None. |
|
| createon | date |
None. |
|
| createby | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"chifid": 1,
"compexid": "sample string 2",
"guestname": "sample string 3",
"createon": "2025-10-30T03:03:44.2821935+05:30",
"createby": "sample string 4"
}
application/xml, text/xml
Sample:
<ChiefGuest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <chifid>1</chifid> <compexid>sample string 2</compexid> <createby>sample string 4</createby> <createon>2025-10-30T03:03:44.2821935+05:30</createon> <guestname>sample string 3</guestname> </ChiefGuest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>