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": "fbdbeee7-721c-4036-a6f4-12c4fd927ba2", "Name": "sample string 2", "ContactID": "3775b1a7-b5a8-42bc-af1e-13d047f031da", "ContactName": "sample string 4", "CenterID": "bb4b74d6-4969-4989-a1d9-7817c01c84b0", "CenterName": "sample string 6", "Year": "12e296ee-03f8-4c32-8d65-e81b5cafd408", "YearDesc": "sample string 8", "TutorID": "5d37e548-855a-418a-a8e9-f24791a701ce", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "68f7bb85-8943-455b-8dc6-6355cedc6e73", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "71f7f5b9-d197-483a-982a-a84576c7db5b" }, { "Name": "sample string 1", "Id": "71f7f5b9-d197-483a-982a-a84576c7db5b" } ], "lst_year": [ { "Name": "sample string 1", "Id": "09b25376-3079-4823-a6d1-01824712c3ca" }, { "Name": "sample string 1", "Id": "09b25376-3079-4823-a6d1-01824712c3ca" } ] }
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>fbdbeee7-721c-4036-a6f4-12c4fd927ba2</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>bb4b74d6-4969-4989-a1d9-7817c01c84b0</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>3775b1a7-b5a8-42bc-af1e-13d047f031da</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>68f7bb85-8943-455b-8dc6-6355cedc6e73</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>5d37e548-855a-418a-a8e9-f24791a701ce</TutorID> <TutorName>sample string 10</TutorName> <Year>12e296ee-03f8-4c32-8d65-e81b5cafd408</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>71f7f5b9-d197-483a-982a-a84576c7db5b</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>71f7f5b9-d197-483a-982a-a84576c7db5b</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>09b25376-3079-4823-a6d1-01824712c3ca</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>09b25376-3079-4823-a6d1-01824712c3ca</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.