POST Programme/GetTutorsByCenter
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": "9d21dcbe-f2fc-48be-bb6f-69525b2020cb", "Name": "sample string 2", "ContactID": "d83b2c43-5f10-4ad1-ba26-3089afcb2fd4", "ContactName": "sample string 4", "CenterID": "c239a5c8-b5de-49d0-9347-8fcfcd215330", "CenterName": "sample string 6", "Year": "9bf19964-00da-4c2a-bb98-bc4405c1b8a9", "YearDesc": "sample string 8", "TutorID": "2061c83b-f4ea-4c19-bde0-dc8a1593ff7a", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "063ccaf1-11d1-4e4b-8aaa-05514aeb2017", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "0b79cd56-906e-4d98-ba56-29985581e67e" }, { "Name": "sample string 1", "Id": "0b79cd56-906e-4d98-ba56-29985581e67e" } ], "lst_year": [ { "Name": "sample string 1", "Id": "a3baf244-1dfc-4bfa-8afd-aea6d034f6a7" }, { "Name": "sample string 1", "Id": "a3baf244-1dfc-4bfa-8afd-aea6d034f6a7" } ] }
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>9d21dcbe-f2fc-48be-bb6f-69525b2020cb</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>c239a5c8-b5de-49d0-9347-8fcfcd215330</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>d83b2c43-5f10-4ad1-ba26-3089afcb2fd4</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>063ccaf1-11d1-4e4b-8aaa-05514aeb2017</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>2061c83b-f4ea-4c19-bde0-dc8a1593ff7a</TutorID> <TutorName>sample string 10</TutorName> <Year>9bf19964-00da-4c2a-bb98-bc4405c1b8a9</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>0b79cd56-906e-4d98-ba56-29985581e67e</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>0b79cd56-906e-4d98-ba56-29985581e67e</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>a3baf244-1dfc-4bfa-8afd-aea6d034f6a7</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>a3baf244-1dfc-4bfa-8afd-aea6d034f6a7</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.