POST api/Center/InsertIDIActivityMaster
Request Information
URI Parameters
None.
Body Parameters
IDIActivityMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| acid | string |
None. |
|
| activityname | string |
None. |
|
| activitydate | date |
None. |
|
| centid | string |
None. |
|
| participantno | integer |
None. |
|
| takenby | string |
None. |
|
| createby | string |
None. |
|
| createdon | date |
None. |
|
| updateby | string |
None. |
|
| updateon | date |
None. |
|
| seqno | integer |
None. |
|
| parentbatch | string |
None. |
|
| acyear | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"acid": "sample string 1",
"activityname": "sample string 2",
"activitydate": "2025-10-30T04:58:17.1803338+05:30",
"centid": "sample string 3",
"participantno": 1,
"takenby": "sample string 4",
"createby": "sample string 5",
"createdon": "2025-10-30T04:58:17.1803338+05:30",
"updateby": "sample string 6",
"updateon": "2025-10-30T04:58:17.1803338+05:30",
"seqno": 1,
"parentbatch": "sample string 7",
"acyear": "sample string 8"
}
application/xml, text/xml
Sample:
<IDIActivityMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <acid>sample string 1</acid> <activitydate>2025-10-30T04:58:17.1803338+05:30</activitydate> <activityname>sample string 2</activityname> <acyear>sample string 8</acyear> <centid>sample string 3</centid> <createby>sample string 5</createby> <createdon>2025-10-30T04:58:17.1803338+05:30</createdon> <parentbatch>sample string 7</parentbatch> <participantno>1</participantno> <seqno>1</seqno> <takenby>sample string 4</takenby> <updateby>sample string 6</updateby> <updateon>2025-10-30T04:58:17.1803338+05:30</updateon> </IDIActivityMaster>
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>