POST api/Center/InsertPrincipalWorkshop2023
Request Information
URI Parameters
None.
Body Parameters
PrincipalWorkshop2023Name | Description | Type | Additional information |
---|---|---|---|
ptrid | string |
None. |
|
partnerid | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
trainingname | string |
None. |
|
trainingdate | date |
None. |
|
teamleaderid | string |
None. |
|
stime | string |
None. |
|
etime | string |
None. |
|
venue | string |
None. |
|
trainername | string |
None. |
|
guestname | string |
None. |
|
expectprincipalcount | integer |
None. |
|
presentprincipalcount | integer |
None. |
|
academicyear | string |
None. |
|
createdby | string |
None. |
|
createdon | date |
None. |
|
updatedby | string |
None. |
|
updatedon | date |
None. |
|
seqno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ptrid": "sample string 1", "partnerid": "sample string 2", "state": "sample string 3", "city": "sample string 4", "trainingname": "sample string 5", "trainingdate": "2025-05-10T10:44:50.6363578+05:30", "teamleaderid": "sample string 6", "stime": "sample string 7", "etime": "sample string 8", "venue": "sample string 9", "trainername": "sample string 10", "guestname": "sample string 11", "expectprincipalcount": 1, "presentprincipalcount": 1, "academicyear": "sample string 12", "createdby": "sample string 13", "createdon": "2025-05-10T10:44:50.6363578+05:30", "updatedby": "sample string 14", "updatedon": "2025-05-10T10:44:50.6363578+05:30", "seqno": 1 }
application/xml, text/xml
Sample:
<PrincipalWorkshop2023 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <academicyear>sample string 12</academicyear> <city>sample string 4</city> <createdby>sample string 13</createdby> <createdon>2025-05-10T10:44:50.6363578+05:30</createdon> <etime>sample string 8</etime> <expectprincipalcount>1</expectprincipalcount> <guestname>sample string 11</guestname> <partnerid>sample string 2</partnerid> <presentprincipalcount>1</presentprincipalcount> <ptrid>sample string 1</ptrid> <seqno>1</seqno> <state>sample string 3</state> <stime>sample string 7</stime> <teamleaderid>sample string 6</teamleaderid> <trainername>sample string 10</trainername> <trainingdate>2025-05-10T10:44:50.6363578+05:30</trainingdate> <trainingname>sample string 5</trainingname> <updatedby>sample string 14</updatedby> <updatedon>2025-05-10T10:44:50.6363578+05:30</updatedon> <venue>sample string 9</venue> </PrincipalWorkshop2023>
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>