POST api/Center/UpdateTOTTrainingFeedback/{createby}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| createby | string |
Required |
Body Parameters
Collection of TOTTrainingFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| feedbkid | integer |
None. |
|
| totid | string |
None. |
|
| trainingdays | string |
None. |
|
| totsancharakid | string |
None. |
|
| Q1 | integer |
None. |
|
| Q2 | integer |
None. |
|
| Q3 | integer |
None. |
|
| Q4 | integer |
None. |
|
| Q5 | integer |
None. |
|
| Q6 | integer |
None. |
|
| Q7 | integer |
None. |
|
| Q8 | integer |
None. |
|
| Q9 | integer |
None. |
|
| Q10 | integer |
None. |
|
| suggestion | string |
None. |
|
| createdby | string |
None. |
|
| craetedon | date |
None. |
|
| updatedby | string |
None. |
|
| updatedon | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"feedbkid": 1,
"totid": "sample string 2",
"trainingdays": "sample string 3",
"totsancharakid": "sample string 4",
"Q1": 1,
"Q2": 1,
"Q3": 1,
"Q4": 1,
"Q5": 1,
"Q6": 1,
"Q7": 1,
"Q8": 1,
"Q9": 1,
"Q10": 1,
"suggestion": "sample string 5",
"createdby": "sample string 6",
"craetedon": "2025-10-30T04:58:18.0396887+05:30",
"updatedby": "sample string 7",
"updatedon": "2025-10-30T04:58:18.0396887+05:30"
},
{
"feedbkid": 1,
"totid": "sample string 2",
"trainingdays": "sample string 3",
"totsancharakid": "sample string 4",
"Q1": 1,
"Q2": 1,
"Q3": 1,
"Q4": 1,
"Q5": 1,
"Q6": 1,
"Q7": 1,
"Q8": 1,
"Q9": 1,
"Q10": 1,
"suggestion": "sample string 5",
"createdby": "sample string 6",
"craetedon": "2025-10-30T04:58:18.0396887+05:30",
"updatedby": "sample string 7",
"updatedon": "2025-10-30T04:58:18.0396887+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfTOTTrainingFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<TOTTrainingFeedback>
<Q1>1</Q1>
<Q10>1</Q10>
<Q2>1</Q2>
<Q3>1</Q3>
<Q4>1</Q4>
<Q5>1</Q5>
<Q6>1</Q6>
<Q7>1</Q7>
<Q8>1</Q8>
<Q9>1</Q9>
<craetedon>2025-10-30T04:58:18.0396887+05:30</craetedon>
<createdby>sample string 6</createdby>
<feedbkid>1</feedbkid>
<suggestion>sample string 5</suggestion>
<totid>sample string 2</totid>
<totsancharakid>sample string 4</totsancharakid>
<trainingdays>sample string 3</trainingdays>
<updatedby>sample string 7</updatedby>
<updatedon>2025-10-30T04:58:18.0396887+05:30</updatedon>
</TOTTrainingFeedback>
<TOTTrainingFeedback>
<Q1>1</Q1>
<Q10>1</Q10>
<Q2>1</Q2>
<Q3>1</Q3>
<Q4>1</Q4>
<Q5>1</Q5>
<Q6>1</Q6>
<Q7>1</Q7>
<Q8>1</Q8>
<Q9>1</Q9>
<craetedon>2025-10-30T04:58:18.0396887+05:30</craetedon>
<createdby>sample string 6</createdby>
<feedbkid>1</feedbkid>
<suggestion>sample string 5</suggestion>
<totid>sample string 2</totid>
<totsancharakid>sample string 4</totsancharakid>
<trainingdays>sample string 3</trainingdays>
<updatedby>sample string 7</updatedby>
<updatedon>2025-10-30T04:58:18.0396887+05:30</updatedon>
</TOTTrainingFeedback>
</ArrayOfTOTTrainingFeedback>
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>