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": "7fa76f8a-5dfd-4fdf-9ff4-d1af7783444c",
"Name": "sample string 2",
"ContactID": "732d6b6d-0eed-4dd4-99b2-5649e99f47ef",
"ContactName": "sample string 4",
"CenterID": "024e6a99-9c03-421d-86a6-c46648a29e17",
"CenterName": "sample string 6",
"Year": "70e502d0-ba6d-4001-90ed-3102b75298fa",
"YearDesc": "sample string 8",
"TutorID": "baa564ab-31f9-4fce-b559-0280a4b43944",
"TutorName": "sample string 10",
"AssessedBy": 11,
"Score": 12,
"RecommendedTutorAward": 13,
"Comments": "sample string 14",
"HTContactID": "545968c8-d37d-4377-a2f0-2c64b4dd722a",
"HTContactName": "sample string 16",
"lst_Tutors": [
{
"Name": "sample string 1",
"Id": "e626c921-ab34-4d7c-b4fb-768d7ef832fa"
},
{
"Name": "sample string 1",
"Id": "e626c921-ab34-4d7c-b4fb-768d7ef832fa"
}
],
"lst_year": [
{
"Name": "sample string 1",
"Id": "3a8ef79d-8d67-448f-ba27-f6b7b5e8278a"
},
{
"Name": "sample string 1",
"Id": "3a8ef79d-8d67-448f-ba27-f6b7b5e8278a"
}
]
}
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>7fa76f8a-5dfd-4fdf-9ff4-d1af7783444c</AppraisalId>
<AssessedBy>11</AssessedBy>
<CenterID>024e6a99-9c03-421d-86a6-c46648a29e17</CenterID>
<CenterName>sample string 6</CenterName>
<Comments>sample string 14</Comments>
<ContactID>732d6b6d-0eed-4dd4-99b2-5649e99f47ef</ContactID>
<ContactName>sample string 4</ContactName>
<HTContactID>545968c8-d37d-4377-a2f0-2c64b4dd722a</HTContactID>
<HTContactName>sample string 16</HTContactName>
<Name>sample string 2</Name>
<RecommendedTutorAward>13</RecommendedTutorAward>
<Score>12</Score>
<TutorID>baa564ab-31f9-4fce-b559-0280a4b43944</TutorID>
<TutorName>sample string 10</TutorName>
<Year>70e502d0-ba6d-4001-90ed-3102b75298fa</Year>
<YearDesc>sample string 8</YearDesc>
<lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Tutors>
<d2p1:Id>e626c921-ab34-4d7c-b4fb-768d7ef832fa</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
<d2p1:Tutors>
<d2p1:Id>e626c921-ab34-4d7c-b4fb-768d7ef832fa</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>3a8ef79d-8d67-448f-ba27-f6b7b5e8278a</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
<d2p1:TTFSYearlst>
<d2p1:Id>3a8ef79d-8d67-448f-ba27-f6b7b5e8278a</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.