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": "fd8fb40a-cd1d-4fd4-a5d4-471a674a2dac", "Name": "sample string 2", "ContactID": "4729c5f7-0630-49b2-8916-8e9aaf779aeb", "ContactName": "sample string 4", "CenterID": "1ffbbfbd-26de-47ce-a9be-cdc94379fac5", "CenterName": "sample string 6", "Year": "c0c13930-9133-437b-a7eb-cb7bc7526425", "YearDesc": "sample string 8", "TutorID": "74362897-8bbd-446e-be4a-87e2e4e42a1f", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "ec49ed20-859e-4ca1-8e34-546e5b5efa4a", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "9775a96f-9e3c-4016-bcd6-3646d6c0a295" }, { "Name": "sample string 1", "Id": "9775a96f-9e3c-4016-bcd6-3646d6c0a295" } ], "lst_year": [ { "Name": "sample string 1", "Id": "cb575400-712b-4641-a349-902af101c3f2" }, { "Name": "sample string 1", "Id": "cb575400-712b-4641-a349-902af101c3f2" } ] }
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>fd8fb40a-cd1d-4fd4-a5d4-471a674a2dac</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>1ffbbfbd-26de-47ce-a9be-cdc94379fac5</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>4729c5f7-0630-49b2-8916-8e9aaf779aeb</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>ec49ed20-859e-4ca1-8e34-546e5b5efa4a</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>74362897-8bbd-446e-be4a-87e2e4e42a1f</TutorID> <TutorName>sample string 10</TutorName> <Year>c0c13930-9133-437b-a7eb-cb7bc7526425</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>9775a96f-9e3c-4016-bcd6-3646d6c0a295</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>9775a96f-9e3c-4016-bcd6-3646d6c0a295</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>cb575400-712b-4641-a349-902af101c3f2</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>cb575400-712b-4641-a349-902af101c3f2</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.