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": "a4507d3a-ea47-42d5-9657-5402056025c0", "Name": "sample string 2", "ContactID": "153b859d-dd1f-4144-b715-39ff3c47dd78", "ContactName": "sample string 4", "CenterID": "db17eeb1-acbe-48d2-ba9e-b90b42b3e490", "CenterName": "sample string 6", "Year": "513d2ac7-ac2c-45ef-80d7-ecf1ef7c51cb", "YearDesc": "sample string 8", "TutorID": "92e012be-d2c5-4e95-8ec3-3cedf061a98c", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "f2572d7f-d7b1-494a-8120-6bf63df48a99", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "f7077116-7bf2-4250-b153-74e0577810c7" }, { "Name": "sample string 1", "Id": "f7077116-7bf2-4250-b153-74e0577810c7" } ], "lst_year": [ { "Name": "sample string 1", "Id": "c75cc1b5-ead0-445d-b3f0-6dcc48838e1b" }, { "Name": "sample string 1", "Id": "c75cc1b5-ead0-445d-b3f0-6dcc48838e1b" } ] }
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>a4507d3a-ea47-42d5-9657-5402056025c0</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>db17eeb1-acbe-48d2-ba9e-b90b42b3e490</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>153b859d-dd1f-4144-b715-39ff3c47dd78</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>f2572d7f-d7b1-494a-8120-6bf63df48a99</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>92e012be-d2c5-4e95-8ec3-3cedf061a98c</TutorID> <TutorName>sample string 10</TutorName> <Year>513d2ac7-ac2c-45ef-80d7-ecf1ef7c51cb</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>f7077116-7bf2-4250-b153-74e0577810c7</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>f7077116-7bf2-4250-b153-74e0577810c7</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>c75cc1b5-ead0-445d-b3f0-6dcc48838e1b</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>c75cc1b5-ead0-445d-b3f0-6dcc48838e1b</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.