POST Programme/GetAppraisalByTutor
Request Information
URI Parameters
None.
Body Parameters
Appraisal| Name | Description | Type | Additional information |
|---|---|---|---|
| AppraisalId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ContactID | globally unique identifier |
None. |
|
| ContactName | string |
None. |
|
| CenterID | globally unique identifier |
None. |
|
| CenterName | string |
None. |
|
| Year | globally unique identifier |
None. |
|
| YearDesc | string |
None. |
|
| TutorID | globally unique identifier |
None. |
|
| TutorName | string |
None. |
|
| AssessedBy | integer |
None. |
|
| Score | integer |
None. |
|
| RecommendedTutorAward | integer |
None. |
|
| Comments | string |
None. |
|
| HTContactID | globally unique identifier |
None. |
|
| HTContactName | string |
None. |
|
| lst_Tutors | Collection of Tutors |
None. |
|
| lst_year | Collection of TTFSYearlst |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppraisalId": "567aeeb0-62ce-453d-b364-366f7d34bed1",
"Name": "sample string 2",
"ContactID": "98922333-be62-48ef-9ed9-d68bbbf1509a",
"ContactName": "sample string 4",
"CenterID": "f8fcdae5-8167-405d-a44d-ce8204de41ac",
"CenterName": "sample string 6",
"Year": "d3fda599-3eca-4f54-b9dd-542214dc693c",
"YearDesc": "sample string 8",
"TutorID": "adac2f12-2d03-4b1f-a8ae-2111e17593f5",
"TutorName": "sample string 10",
"AssessedBy": 11,
"Score": 12,
"RecommendedTutorAward": 13,
"Comments": "sample string 14",
"HTContactID": "4209ea67-e035-4e66-b89a-b7af4e66751c",
"HTContactName": "sample string 16",
"lst_Tutors": [
{
"Name": "sample string 1",
"Id": "233d93c6-32b3-4fa9-a7be-47e08d40c351"
},
{
"Name": "sample string 1",
"Id": "233d93c6-32b3-4fa9-a7be-47e08d40c351"
}
],
"lst_year": [
{
"Name": "sample string 1",
"Id": "b68724ae-a8d8-4506-b175-3bd143cb11c2"
},
{
"Name": "sample string 1",
"Id": "b68724ae-a8d8-4506-b175-3bd143cb11c2"
}
]
}
application/xml, text/xml
Sample:
<Appraisal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caresenz.Model">
<AppraisalId>567aeeb0-62ce-453d-b364-366f7d34bed1</AppraisalId>
<AssessedBy>11</AssessedBy>
<CenterID>f8fcdae5-8167-405d-a44d-ce8204de41ac</CenterID>
<CenterName>sample string 6</CenterName>
<Comments>sample string 14</Comments>
<ContactID>98922333-be62-48ef-9ed9-d68bbbf1509a</ContactID>
<ContactName>sample string 4</ContactName>
<HTContactID>4209ea67-e035-4e66-b89a-b7af4e66751c</HTContactID>
<HTContactName>sample string 16</HTContactName>
<Name>sample string 2</Name>
<RecommendedTutorAward>13</RecommendedTutorAward>
<Score>12</Score>
<TutorID>adac2f12-2d03-4b1f-a8ae-2111e17593f5</TutorID>
<TutorName>sample string 10</TutorName>
<Year>d3fda599-3eca-4f54-b9dd-542214dc693c</Year>
<YearDesc>sample string 8</YearDesc>
<lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Tutors>
<d2p1:Id>233d93c6-32b3-4fa9-a7be-47e08d40c351</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
<d2p1:Tutors>
<d2p1:Id>233d93c6-32b3-4fa9-a7be-47e08d40c351</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
</lst_Tutors>
<lst_year xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Assistance">
<d2p1:TTFSYearlst>
<d2p1:Id>b68724ae-a8d8-4506-b175-3bd143cb11c2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
<d2p1:TTFSYearlst>
<d2p1:Id>b68724ae-a8d8-4506-b175-3bd143cb11c2</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
</lst_year>
</Appraisal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.