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": "625ad2b0-1326-4781-a733-ed398e409d28",
"Name": "sample string 2",
"ContactID": "c528af5d-ea1b-4f05-b3a5-626d25b296e6",
"ContactName": "sample string 4",
"CenterID": "232e7b53-88b9-488e-ae39-6a1e42975a0a",
"CenterName": "sample string 6",
"Year": "14c3cb01-ac46-4cb2-98f5-3f8ff99dfb81",
"YearDesc": "sample string 8",
"TutorID": "24611fb4-59a9-4f5d-b64e-48164e904bb7",
"TutorName": "sample string 10",
"AssessedBy": 11,
"Score": 12,
"RecommendedTutorAward": 13,
"Comments": "sample string 14",
"HTContactID": "f7740dd5-b3ad-4139-a045-a721ad109acf",
"HTContactName": "sample string 16",
"lst_Tutors": [
{
"Name": "sample string 1",
"Id": "d121a169-8adb-4b16-9e21-b97647dc106d"
},
{
"Name": "sample string 1",
"Id": "d121a169-8adb-4b16-9e21-b97647dc106d"
}
],
"lst_year": [
{
"Name": "sample string 1",
"Id": "6defa3dc-36f5-4e2c-8e60-da3573caf0b4"
},
{
"Name": "sample string 1",
"Id": "6defa3dc-36f5-4e2c-8e60-da3573caf0b4"
}
]
}
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>625ad2b0-1326-4781-a733-ed398e409d28</AppraisalId>
<AssessedBy>11</AssessedBy>
<CenterID>232e7b53-88b9-488e-ae39-6a1e42975a0a</CenterID>
<CenterName>sample string 6</CenterName>
<Comments>sample string 14</Comments>
<ContactID>c528af5d-ea1b-4f05-b3a5-626d25b296e6</ContactID>
<ContactName>sample string 4</ContactName>
<HTContactID>f7740dd5-b3ad-4139-a045-a721ad109acf</HTContactID>
<HTContactName>sample string 16</HTContactName>
<Name>sample string 2</Name>
<RecommendedTutorAward>13</RecommendedTutorAward>
<Score>12</Score>
<TutorID>24611fb4-59a9-4f5d-b64e-48164e904bb7</TutorID>
<TutorName>sample string 10</TutorName>
<Year>14c3cb01-ac46-4cb2-98f5-3f8ff99dfb81</Year>
<YearDesc>sample string 8</YearDesc>
<lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Tutors>
<d2p1:Id>d121a169-8adb-4b16-9e21-b97647dc106d</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
<d2p1:Tutors>
<d2p1:Id>d121a169-8adb-4b16-9e21-b97647dc106d</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>6defa3dc-36f5-4e2c-8e60-da3573caf0b4</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
<d2p1:TTFSYearlst>
<d2p1:Id>6defa3dc-36f5-4e2c-8e60-da3573caf0b4</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.