POST {language}/performanceAppraisal/addAppraisalFormAndObjective
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
ObjectiveRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
ObjectiveGroupId | globally unique identifier |
None. |
|
Description | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
languageLogin | string |
None. |
|
AppraisalFormId | globally unique identifier |
None. |
|
Weight | decimal number |
None. |
|
PriorityOrder | decimal number |
None. |
|
PerformanceReviewEmployeeId | globally unique identifier |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "c3419f8f-4e77-4eeb-a30c-af0039972a87", "Name": "sample string 2", "ObjectiveGroupId": "d827b330-bd4e-4d7e-b244-8659b75b83de", "Description": "sample string 4", "CompanyId": "5002ac14-f810-47cf-bbae-c4d0a8f1e062", "languageLogin": "sample string 6", "AppraisalFormId": "1c23b290-a4fc-404f-b0f8-37b8b0f327cc", "Weight": 8.1, "PriorityOrder": 9.1, "PerformanceReviewEmployeeId": "4f5f1d4f-27ce-42e9-a295-2f072f428a41", "RequestId": "048a7283-d866-45c8-a9ab-f31903ceec5e", "Language": "sample string 12", "LanguageLogin": "sample string 13", "AuthToken": "sample string 14", "ClientId": "sample string 15", "PageIndex": 16, "PageSize": 17 }
application/xml, text/xml
Sample:
<ObjectiveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">16</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">17</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">048a7283-d866-45c8-a9ab-f31903ceec5e</RequestId> <AppraisalFormId>1c23b290-a4fc-404f-b0f8-37b8b0f327cc</AppraisalFormId> <CompanyId>5002ac14-f810-47cf-bbae-c4d0a8f1e062</CompanyId> <Description>sample string 4</Description> <Id>c3419f8f-4e77-4eeb-a30c-af0039972a87</Id> <Name>sample string 2</Name> <ObjectiveGroupId>d827b330-bd4e-4d7e-b244-8659b75b83de</ObjectiveGroupId> <PerformanceReviewEmployeeId>4f5f1d4f-27ce-42e9-a295-2f072f428a41</PerformanceReviewEmployeeId> <PriorityOrder>9.1</PriorityOrder> <Weight>8.1</Weight> <languageLogin>sample string 6</languageLogin> </ObjectiveRequest>
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.