POST Programme/GetTutorsByCenter
Request Information
URI Parameters
None.
Body Parameters
Appraisal| Name | 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": "11b85fbf-be6c-4833-b057-59000397af51",
"Name": "sample string 2",
"ContactID": "2c5ab4d5-7fb0-4764-b962-4f226ac4ccd5",
"ContactName": "sample string 4",
"CenterID": "4523e827-ba28-4b1e-ae53-b819a521144f",
"CenterName": "sample string 6",
"Year": "7c7660f9-ba53-4415-8123-0dee1834e9d8",
"YearDesc": "sample string 8",
"TutorID": "255dcfbf-306f-4067-8cfc-7410ec21e4fc",
"TutorName": "sample string 10",
"AssessedBy": 11,
"Score": 12,
"RecommendedTutorAward": 13,
"Comments": "sample string 14",
"HTContactID": "ccce24f6-74c0-4691-95bf-0ea4dc95d764",
"HTContactName": "sample string 16",
"lst_Tutors": [
{
"Name": "sample string 1",
"Id": "79564a27-6811-4cd5-8808-3d5ffac2c8f7"
},
{
"Name": "sample string 1",
"Id": "79564a27-6811-4cd5-8808-3d5ffac2c8f7"
}
],
"lst_year": [
{
"Name": "sample string 1",
"Id": "3dd67df7-5cdb-4f34-b7ca-151802cf1d78"
},
{
"Name": "sample string 1",
"Id": "3dd67df7-5cdb-4f34-b7ca-151802cf1d78"
}
]
}
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>11b85fbf-be6c-4833-b057-59000397af51</AppraisalId>
<AssessedBy>11</AssessedBy>
<CenterID>4523e827-ba28-4b1e-ae53-b819a521144f</CenterID>
<CenterName>sample string 6</CenterName>
<Comments>sample string 14</Comments>
<ContactID>2c5ab4d5-7fb0-4764-b962-4f226ac4ccd5</ContactID>
<ContactName>sample string 4</ContactName>
<HTContactID>ccce24f6-74c0-4691-95bf-0ea4dc95d764</HTContactID>
<HTContactName>sample string 16</HTContactName>
<Name>sample string 2</Name>
<RecommendedTutorAward>13</RecommendedTutorAward>
<Score>12</Score>
<TutorID>255dcfbf-306f-4067-8cfc-7410ec21e4fc</TutorID>
<TutorName>sample string 10</TutorName>
<Year>7c7660f9-ba53-4415-8123-0dee1834e9d8</Year>
<YearDesc>sample string 8</YearDesc>
<lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Tutors>
<d2p1:Id>79564a27-6811-4cd5-8808-3d5ffac2c8f7</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:Tutors>
<d2p1:Tutors>
<d2p1:Id>79564a27-6811-4cd5-8808-3d5ffac2c8f7</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>3dd67df7-5cdb-4f34-b7ca-151802cf1d78</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:TTFSYearlst>
<d2p1:TTFSYearlst>
<d2p1:Id>3dd67df7-5cdb-4f34-b7ca-151802cf1d78</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.