POST Programme/CreateAppraisal
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": "39a39d0c-7cee-49e9-9deb-7dd1c947b7ae",
"Name": "sample string 2",
"ContactID": "60ea17fb-ddbc-48f2-bd11-9b3e075428c6",
"ContactName": "sample string 4",
"CenterID": "ebcd32b2-f551-4fe6-aeb0-3f4be09ab5af",
"CenterName": "sample string 6",
"Year": "832c297b-f9ef-4dc5-866a-758b32960877",
"YearDesc": "sample string 8",
"TutorID": "29cb46e2-18de-4cc7-9333-54a3ba4bf59c",
"TutorName": "sample string 10",
"AssessedBy": 11,
"Score": 12,
"RecommendedTutorAward": 13,
"Comments": "sample string 14",
"HTContactID": "b3292b8d-7b99-4084-aaca-f019c67f7829",
"HTContactName": "sample string 16",
"lst_Tutors": [
{
"Name": "sample string 1",
"Id": "7d56ec04-0928-421a-a984-dd653630727c"
},
{
"Name": "sample string 1",
"Id": "7d56ec04-0928-421a-a984-dd653630727c"
}
],
"lst_year": [
{
"Name": "sample string 1",
"Id": "a10e1314-924c-46ac-93d8-f3000bc0c635"
},
{
"Name": "sample string 1",
"Id": "a10e1314-924c-46ac-93d8-f3000bc0c635"
}
]
}
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>39a39d0c-7cee-49e9-9deb-7dd1c947b7ae</AppraisalId>
<AssessedBy>11</AssessedBy>
<CenterID>ebcd32b2-f551-4fe6-aeb0-3f4be09ab5af</CenterID>
<CenterName>sample string 6</CenterName>
<Comments>sample string 14</Comments>
<ContactID>60ea17fb-ddbc-48f2-bd11-9b3e075428c6</ContactID>
<ContactName>sample string 4</ContactName>
<HTContactID>b3292b8d-7b99-4084-aaca-f019c67f7829</HTContactID>
<HTContactName>sample string 16</HTContactName>
<Name>sample string 2</Name>
<RecommendedTutorAward>13</RecommendedTutorAward>
<Score>12</Score>
<TutorID>29cb46e2-18de-4cc7-9333-54a3ba4bf59c</TutorID>
<TutorName>sample string 10</TutorName>
<Year>832c297b-f9ef-4dc5-866a-758b32960877</Year>
<YearDesc>sample string 8</YearDesc>
<lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Tutors>
<d2p1:Id>7d56ec04-0928-421a-a984-dd653630727c</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
<d2p1:Tutors>
<d2p1:Id>7d56ec04-0928-421a-a984-dd653630727c</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>a10e1314-924c-46ac-93d8-f3000bc0c635</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
<d2p1:TTFSYearlst>
<d2p1:Id>a10e1314-924c-46ac-93d8-f3000bc0c635</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.