POST Programme/GetAppraisalList
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": "fece879b-dcb9-47dc-ada6-c6013e85e3ca", "Name": "sample string 2", "ContactID": "da772357-568e-43fa-9e03-6607e6e69ab0", "ContactName": "sample string 4", "CenterID": "ca727d8c-25ce-45f7-8f30-dee8cdaac0b8", "CenterName": "sample string 6", "Year": "20c42f97-c159-4290-84f7-fac5831d4350", "YearDesc": "sample string 8", "TutorID": "c567b4f2-579b-4788-8a7f-1995f56dadf9", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "5685fe27-6e42-491c-a6d9-00041d8d5766", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "438d319e-9478-46cd-9268-bbb584f363e9" }, { "Name": "sample string 1", "Id": "438d319e-9478-46cd-9268-bbb584f363e9" } ], "lst_year": [ { "Name": "sample string 1", "Id": "9e35c2a7-e247-48b0-b58c-12a18ddce21c" }, { "Name": "sample string 1", "Id": "9e35c2a7-e247-48b0-b58c-12a18ddce21c" } ] }
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>fece879b-dcb9-47dc-ada6-c6013e85e3ca</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>ca727d8c-25ce-45f7-8f30-dee8cdaac0b8</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>da772357-568e-43fa-9e03-6607e6e69ab0</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>5685fe27-6e42-491c-a6d9-00041d8d5766</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>c567b4f2-579b-4788-8a7f-1995f56dadf9</TutorID> <TutorName>sample string 10</TutorName> <Year>20c42f97-c159-4290-84f7-fac5831d4350</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>438d319e-9478-46cd-9268-bbb584f363e9</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>438d319e-9478-46cd-9268-bbb584f363e9</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>9e35c2a7-e247-48b0-b58c-12a18ddce21c</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>9e35c2a7-e247-48b0-b58c-12a18ddce21c</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.