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": "d638c26a-bf02-4732-ac21-13371ddc6529", "Name": "sample string 2", "ContactID": "37d087ff-edfe-408e-98d2-11c9c491c6a4", "ContactName": "sample string 4", "CenterID": "77a458f2-6f1e-4bbd-b1f0-f1fca5f2c885", "CenterName": "sample string 6", "Year": "b8214082-1d0b-4c2b-98c2-da0f34dfaf89", "YearDesc": "sample string 8", "TutorID": "08b222e7-b749-4285-94a3-6246ca107141", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "4450c793-b69c-495b-870c-1703a261f9bc", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "0a49593d-925f-4a20-8097-d55638c92a44" }, { "Name": "sample string 1", "Id": "0a49593d-925f-4a20-8097-d55638c92a44" } ], "lst_year": [ { "Name": "sample string 1", "Id": "b8f5b95a-232e-4344-beb8-920acdc56ffa" }, { "Name": "sample string 1", "Id": "b8f5b95a-232e-4344-beb8-920acdc56ffa" } ] }
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>d638c26a-bf02-4732-ac21-13371ddc6529</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>77a458f2-6f1e-4bbd-b1f0-f1fca5f2c885</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>37d087ff-edfe-408e-98d2-11c9c491c6a4</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>4450c793-b69c-495b-870c-1703a261f9bc</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>08b222e7-b749-4285-94a3-6246ca107141</TutorID> <TutorName>sample string 10</TutorName> <Year>b8214082-1d0b-4c2b-98c2-da0f34dfaf89</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>0a49593d-925f-4a20-8097-d55638c92a44</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>0a49593d-925f-4a20-8097-d55638c92a44</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>b8f5b95a-232e-4344-beb8-920acdc56ffa</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>b8f5b95a-232e-4344-beb8-920acdc56ffa</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.