POST Programme/GetAppraisalList
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": "51a95f6d-c92d-49f7-aecd-da8b9c420a07",
"Name": "sample string 2",
"ContactID": "6b347c58-8bad-459a-875e-95e13edddc8b",
"ContactName": "sample string 4",
"CenterID": "97735f35-a07b-45d5-9e0c-668ae63083de",
"CenterName": "sample string 6",
"Year": "69dd8853-9902-4369-b62c-3a9710340b1d",
"YearDesc": "sample string 8",
"TutorID": "09ccd7a7-387a-4814-91a9-bd6f964ef0d9",
"TutorName": "sample string 10",
"AssessedBy": 11,
"Score": 12,
"RecommendedTutorAward": 13,
"Comments": "sample string 14",
"HTContactID": "2d00c3bc-80c2-4187-aae4-6193010dc6c3",
"HTContactName": "sample string 16",
"lst_Tutors": [
{
"Name": "sample string 1",
"Id": "7fd96f0e-f5af-4c9b-93b6-d76ccb793eab"
},
{
"Name": "sample string 1",
"Id": "7fd96f0e-f5af-4c9b-93b6-d76ccb793eab"
}
],
"lst_year": [
{
"Name": "sample string 1",
"Id": "a57aa1a5-971d-4659-80fb-4aac8fcdeabc"
},
{
"Name": "sample string 1",
"Id": "a57aa1a5-971d-4659-80fb-4aac8fcdeabc"
}
]
}
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>51a95f6d-c92d-49f7-aecd-da8b9c420a07</AppraisalId>
<AssessedBy>11</AssessedBy>
<CenterID>97735f35-a07b-45d5-9e0c-668ae63083de</CenterID>
<CenterName>sample string 6</CenterName>
<Comments>sample string 14</Comments>
<ContactID>6b347c58-8bad-459a-875e-95e13edddc8b</ContactID>
<ContactName>sample string 4</ContactName>
<HTContactID>2d00c3bc-80c2-4187-aae4-6193010dc6c3</HTContactID>
<HTContactName>sample string 16</HTContactName>
<Name>sample string 2</Name>
<RecommendedTutorAward>13</RecommendedTutorAward>
<Score>12</Score>
<TutorID>09ccd7a7-387a-4814-91a9-bd6f964ef0d9</TutorID>
<TutorName>sample string 10</TutorName>
<Year>69dd8853-9902-4369-b62c-3a9710340b1d</Year>
<YearDesc>sample string 8</YearDesc>
<lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Tutors>
<d2p1:Id>7fd96f0e-f5af-4c9b-93b6-d76ccb793eab</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
<d2p1:Tutors>
<d2p1:Id>7fd96f0e-f5af-4c9b-93b6-d76ccb793eab</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>a57aa1a5-971d-4659-80fb-4aac8fcdeabc</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
<d2p1:TTFSYearlst>
<d2p1:Id>a57aa1a5-971d-4659-80fb-4aac8fcdeabc</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.