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": "1d4bfbef-be3c-4949-800c-85ab36882443",
"Name": "sample string 2",
"ContactID": "c96601b1-5b64-4d62-b4a7-7040ca0c6a10",
"ContactName": "sample string 4",
"CenterID": "0428cf24-0020-428f-b422-fc531ad59271",
"CenterName": "sample string 6",
"Year": "02554acb-b8e5-43f4-ace9-6064a5c31dd4",
"YearDesc": "sample string 8",
"TutorID": "02f63483-607d-4b65-8485-066cca767a55",
"TutorName": "sample string 10",
"AssessedBy": 11,
"Score": 12,
"RecommendedTutorAward": 13,
"Comments": "sample string 14",
"HTContactID": "e50bf7d0-55f7-42ca-8b97-82d104bc8551",
"HTContactName": "sample string 16",
"lst_Tutors": [
{
"Name": "sample string 1",
"Id": "1466b88a-0328-43f7-a868-f09b9a6b2756"
},
{
"Name": "sample string 1",
"Id": "1466b88a-0328-43f7-a868-f09b9a6b2756"
}
],
"lst_year": [
{
"Name": "sample string 1",
"Id": "9236d483-178c-4b29-a6ea-e09ca4862bd5"
},
{
"Name": "sample string 1",
"Id": "9236d483-178c-4b29-a6ea-e09ca4862bd5"
}
]
}
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>1d4bfbef-be3c-4949-800c-85ab36882443</AppraisalId>
<AssessedBy>11</AssessedBy>
<CenterID>0428cf24-0020-428f-b422-fc531ad59271</CenterID>
<CenterName>sample string 6</CenterName>
<Comments>sample string 14</Comments>
<ContactID>c96601b1-5b64-4d62-b4a7-7040ca0c6a10</ContactID>
<ContactName>sample string 4</ContactName>
<HTContactID>e50bf7d0-55f7-42ca-8b97-82d104bc8551</HTContactID>
<HTContactName>sample string 16</HTContactName>
<Name>sample string 2</Name>
<RecommendedTutorAward>13</RecommendedTutorAward>
<Score>12</Score>
<TutorID>02f63483-607d-4b65-8485-066cca767a55</TutorID>
<TutorName>sample string 10</TutorName>
<Year>02554acb-b8e5-43f4-ace9-6064a5c31dd4</Year>
<YearDesc>sample string 8</YearDesc>
<lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Tutors>
<d2p1:Id>1466b88a-0328-43f7-a868-f09b9a6b2756</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
<d2p1:Tutors>
<d2p1:Id>1466b88a-0328-43f7-a868-f09b9a6b2756</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>9236d483-178c-4b29-a6ea-e09ca4862bd5</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
<d2p1:TTFSYearlst>
<d2p1:Id>9236d483-178c-4b29-a6ea-e09ca4862bd5</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.