POST Programme/GetAppraisalByTutor
Request Information
URI Parameters
None.
Body Parameters
AppraisalName | 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": "a821423e-eab5-4799-b674-ce1e469e2278", "Name": "sample string 2", "ContactID": "4561c519-7c30-4bff-b5e5-1af2898d8ccb", "ContactName": "sample string 4", "CenterID": "62398552-8d96-415a-8943-33d97125b4d2", "CenterName": "sample string 6", "Year": "45ffe824-1327-49da-95d5-90e5b5174421", "YearDesc": "sample string 8", "TutorID": "473a1fad-3f6c-4bb9-b449-11ba1e2ce4bd", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "af2ee07b-d798-4825-ba93-1a78175f5cee", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "6e40a63f-caf3-429a-ae62-47809ba95601" }, { "Name": "sample string 1", "Id": "6e40a63f-caf3-429a-ae62-47809ba95601" } ], "lst_year": [ { "Name": "sample string 1", "Id": "bf33bfed-a9bf-43f3-92b7-619a6175e7e4" }, { "Name": "sample string 1", "Id": "bf33bfed-a9bf-43f3-92b7-619a6175e7e4" } ] }
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>a821423e-eab5-4799-b674-ce1e469e2278</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>62398552-8d96-415a-8943-33d97125b4d2</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>4561c519-7c30-4bff-b5e5-1af2898d8ccb</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>af2ee07b-d798-4825-ba93-1a78175f5cee</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>473a1fad-3f6c-4bb9-b449-11ba1e2ce4bd</TutorID> <TutorName>sample string 10</TutorName> <Year>45ffe824-1327-49da-95d5-90e5b5174421</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>6e40a63f-caf3-429a-ae62-47809ba95601</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>6e40a63f-caf3-429a-ae62-47809ba95601</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>bf33bfed-a9bf-43f3-92b7-619a6175e7e4</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>bf33bfed-a9bf-43f3-92b7-619a6175e7e4</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.