POST Programme/CreateAppraisal
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": "7b1f86b0-3110-431a-8419-b94b28106f4d", "Name": "sample string 2", "ContactID": "e9fa700d-7d04-4ea6-9fdd-dfc9b99a30c7", "ContactName": "sample string 4", "CenterID": "a0584635-500e-4a47-8952-8a51edf7302f", "CenterName": "sample string 6", "Year": "bdee1dff-d930-431f-8ad3-0f92aca1b16a", "YearDesc": "sample string 8", "TutorID": "d9aa8b65-9f69-440a-b856-20de7cf7afa9", "TutorName": "sample string 10", "AssessedBy": 11, "Score": 12, "RecommendedTutorAward": 13, "Comments": "sample string 14", "HTContactID": "839d39e0-c8eb-4acb-9d6b-a9811313bb9c", "HTContactName": "sample string 16", "lst_Tutors": [ { "Name": "sample string 1", "Id": "eef1b4f9-2cf7-448a-89f8-dfd664d28afc" }, { "Name": "sample string 1", "Id": "eef1b4f9-2cf7-448a-89f8-dfd664d28afc" } ], "lst_year": [ { "Name": "sample string 1", "Id": "95c049ad-ab88-4357-8132-e6308bc96546" }, { "Name": "sample string 1", "Id": "95c049ad-ab88-4357-8132-e6308bc96546" } ] }
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>7b1f86b0-3110-431a-8419-b94b28106f4d</AppraisalId> <AssessedBy>11</AssessedBy> <CenterID>a0584635-500e-4a47-8952-8a51edf7302f</CenterID> <CenterName>sample string 6</CenterName> <Comments>sample string 14</Comments> <ContactID>e9fa700d-7d04-4ea6-9fdd-dfc9b99a30c7</ContactID> <ContactName>sample string 4</ContactName> <HTContactID>839d39e0-c8eb-4acb-9d6b-a9811313bb9c</HTContactID> <HTContactName>sample string 16</HTContactName> <Name>sample string 2</Name> <RecommendedTutorAward>13</RecommendedTutorAward> <Score>12</Score> <TutorID>d9aa8b65-9f69-440a-b856-20de7cf7afa9</TutorID> <TutorName>sample string 10</TutorName> <Year>bdee1dff-d930-431f-8ad3-0f92aca1b16a</Year> <YearDesc>sample string 8</YearDesc> <lst_Tutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Tutors> <d2p1:Id>eef1b4f9-2cf7-448a-89f8-dfd664d28afc</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:Tutors> <d2p1:Tutors> <d2p1:Id>eef1b4f9-2cf7-448a-89f8-dfd664d28afc</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>95c049ad-ab88-4357-8132-e6308bc96546</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:TTFSYearlst> <d2p1:TTFSYearlst> <d2p1:Id>95c049ad-ab88-4357-8132-e6308bc96546</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.