PUT {language}/company/employeeTrackingCategory
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateEmployeeTrackingCategoryRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
EmployeeId | globally unique identifier |
None. |
|
PaymentPeriodId | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
TrackingCategoryDetailId_1 | globally unique identifier |
None. |
|
TrackingCategoryDetailId_2 | 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": "965722d4-0919-49f7-beda-ba72b3b175f7", "EmployeeId": "224c14e9-bea9-4c41-a4c4-3cc0a9a37a9c", "PaymentPeriodId": "b13489a7-7a34-4028-9b28-208664f884ff", "CompanyId": "1102c9b6-0816-47b6-a6ce-5d9b1b8d2c73", "TrackingCategoryDetailId_1": "8c498cd5-b1fe-44d1-aeb5-e93720bfc585", "TrackingCategoryDetailId_2": "15f7df8d-4fa6-4c2a-a005-694770981ee3", "RequestId": "d3901eb4-4372-4858-9afe-9c0eb1a5cf40", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }
application/xml, text/xml
Sample:
<UpdateEmployeeTrackingCategoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">d3901eb4-4372-4858-9afe-9c0eb1a5cf40</RequestId> <CompanyId>1102c9b6-0816-47b6-a6ce-5d9b1b8d2c73</CompanyId> <EmployeeId>224c14e9-bea9-4c41-a4c4-3cc0a9a37a9c</EmployeeId> <Id>965722d4-0919-49f7-beda-ba72b3b175f7</Id> <PaymentPeriodId>b13489a7-7a34-4028-9b28-208664f884ff</PaymentPeriodId> <TrackingCategoryDetailId_1>8c498cd5-b1fe-44d1-aeb5-e93720bfc585</TrackingCategoryDetailId_1> <TrackingCategoryDetailId_2>15f7df8d-4fa6-4c2a-a005-694770981ee3</TrackingCategoryDetailId_2> </UpdateEmployeeTrackingCategoryRequest>
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.