POST Programme/GetAppraisalById
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": "ce3c223c-f228-4fb7-9ca3-e8e77d16e892", "Name": "sample string 2", "ContactID": "a5f358a7-fc95-4868-91af-ac915f9f00dd", "ContactName": "sample string 4", "CenterID": "50109a49-80dd-4d43-83d0-6ad25d26f702", "CenterName": "sample string 6", "Year": "596e9f92-280c-4e78-a285-c55a08666395", "YearDesc": "sample string 8", "TutorID": "4856c0a0-4c48-4155-859e-89a442d1a71e", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "12fe80c6-97bb-4955-9312-8909783ef555", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "50527e8c-6d9c-4c3a-bf87-50b4f76f4860" }, { "Name": "sample string 1", "Id": "50527e8c-6d9c-4c3a-bf87-50b4f76f4860" } ], "lst_year": [ { "Name": "sample string 1", "Id": "231fed1f-fd1a-4746-9039-40d744a802ed" }, { "Name": "sample string 1", "Id": "231fed1f-fd1a-4746-9039-40d744a802ed" } ] }
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>ce3c223c-f228-4fb7-9ca3-e8e77d16e892</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>50109a49-80dd-4d43-83d0-6ad25d26f702</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>a5f358a7-fc95-4868-91af-ac915f9f00dd</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>12fe80c6-97bb-4955-9312-8909783ef555</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>4856c0a0-4c48-4155-859e-89a442d1a71e</TutorID> <TutorName>sample string 10</TutorName> <Year>596e9f92-280c-4e78-a285-c55a08666395</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>50527e8c-6d9c-4c3a-bf87-50b4f76f4860</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>50527e8c-6d9c-4c3a-bf87-50b4f76f4860</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>231fed1f-fd1a-4746-9039-40d744a802ed</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>231fed1f-fd1a-4746-9039-40d744a802ed</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.