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": "9c3f5a2d-3ea8-465f-92b7-39d10549ab88", "EmployeeId": "da5ebbe4-896b-4943-afd9-a5f001c11645", "PaymentPeriodId": "55ab42d8-50be-4182-a449-aabb8d0990b0", "CompanyId": "517422a8-d06d-4af3-ac4e-f51dd402ad0e", "TrackingCategoryDetailId_1": "fef4310a-49af-4e4f-b496-870df59f467c", "TrackingCategoryDetailId_2": "2e442526-d244-4f68-88b6-9c81d5975ffe", "RequestId": "4daf386d-b714-4592-ba5e-9dc0a05de7d5", "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">4daf386d-b714-4592-ba5e-9dc0a05de7d5</RequestId> <CompanyId>517422a8-d06d-4af3-ac4e-f51dd402ad0e</CompanyId> <EmployeeId>da5ebbe4-896b-4943-afd9-a5f001c11645</EmployeeId> <Id>9c3f5a2d-3ea8-465f-92b7-39d10549ab88</Id> <PaymentPeriodId>55ab42d8-50be-4182-a449-aabb8d0990b0</PaymentPeriodId> <TrackingCategoryDetailId_1>fef4310a-49af-4e4f-b496-870df59f467c</TrackingCategoryDetailId_1> <TrackingCategoryDetailId_2>2e442526-d244-4f68-88b6-9c81d5975ffe</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.