POST Programme/GetAppraisalById
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": "1f537b57-8ca4-4aa6-a28d-aa8f2bf5e465",
"Name": "sample string 2",
"ContactID": "5429e502-3fe5-4961-b33c-50c5d4b3fb52",
"ContactName": "sample string 4",
"CenterID": "fee30e37-95f4-470f-a35b-7f080237b1a2",
"CenterName": "sample string 6",
"Year": "3eb4f4fd-a3e8-4c5c-baea-07b6d7f9050c",
"YearDesc": "sample string 8",
"TutorID": "21a86207-4e50-4915-bcd2-3574538e2f78",
"TutorName": "sample string 10",
"AssessedBy": 11,
"Score": 12,
"RecommendedTutorAward": 13,
"Comments": "sample string 14",
"HTContactID": "f952fd9f-c89c-4b94-b68e-e5ca6a2c37ea",
"HTContactName": "sample string 16",
"lst_Tutors": [
{
"Name": "sample string 1",
"Id": "33e8312d-4567-4e4e-a8d8-34813fae3916"
},
{
"Name": "sample string 1",
"Id": "33e8312d-4567-4e4e-a8d8-34813fae3916"
}
],
"lst_year": [
{
"Name": "sample string 1",
"Id": "7f7aaf95-4756-4cd5-a79c-7c84eb587222"
},
{
"Name": "sample string 1",
"Id": "7f7aaf95-4756-4cd5-a79c-7c84eb587222"
}
]
}
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>1f537b57-8ca4-4aa6-a28d-aa8f2bf5e465</AppraisalId>
<AssessedBy>11</AssessedBy>
<CenterID>fee30e37-95f4-470f-a35b-7f080237b1a2</CenterID>
<CenterName>sample string 6</CenterName>
<Comments>sample string 14</Comments>
<ContactID>5429e502-3fe5-4961-b33c-50c5d4b3fb52</ContactID>
<ContactName>sample string 4</ContactName>
<HTContactID>f952fd9f-c89c-4b94-b68e-e5ca6a2c37ea</HTContactID>
<HTContactName>sample string 16</HTContactName>
<Name>sample string 2</Name>
<RecommendedTutorAward>13</RecommendedTutorAward>
<Score>12</Score>
<TutorID>21a86207-4e50-4915-bcd2-3574538e2f78</TutorID>
<TutorName>sample string 10</TutorName>
<Year>3eb4f4fd-a3e8-4c5c-baea-07b6d7f9050c</Year>
<YearDesc>sample string 8</YearDesc>
<lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Tutors>
<d2p1:Id>33e8312d-4567-4e4e-a8d8-34813fae3916</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
<d2p1:Tutors>
<d2p1:Id>33e8312d-4567-4e4e-a8d8-34813fae3916</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>7f7aaf95-4756-4cd5-a79c-7c84eb587222</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
<d2p1:TTFSYearlst>
<d2p1:Id>7f7aaf95-4756-4cd5-a79c-7c84eb587222</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.