POST {language}/company/employeeTrackingCategory
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertEmployeeTrackingCategoryRequestName | Description | Type | Additional information |
---|---|---|---|
EmployeeIds | Collection of 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:
{ "EmployeeIds": [ "f529d5ff-f94e-495b-a868-736d951b4ca0", "a3e81af3-9160-4c55-895b-e4c857b428bf" ], "PaymentPeriodId": "33c4a301-39b3-4a99-a016-dc2382615e95", "CompanyId": "631dd28e-be29-487c-b436-49b7d56af2ad", "TrackingCategoryDetailId_1": "96744529-11dd-4f32-a6f7-afc08b410b3d", "TrackingCategoryDetailId_2": "76813b56-fb0a-4214-b1dd-1874fc86fc43", "RequestId": "6116e66a-7a54-4baf-b7c4-9913fd646f14", "Language": "sample string 6", "LanguageLogin": "sample string 7", "AuthToken": "sample string 8", "ClientId": "sample string 9", "PageIndex": 10, "PageSize": 11 }
application/xml, text/xml
Sample:
<InsertEmployeeTrackingCategoryRequest 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 8</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">6116e66a-7a54-4baf-b7c4-9913fd646f14</RequestId> <CompanyId>631dd28e-be29-487c-b436-49b7d56af2ad</CompanyId> <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>f529d5ff-f94e-495b-a868-736d951b4ca0</d2p1:guid> <d2p1:guid>a3e81af3-9160-4c55-895b-e4c857b428bf</d2p1:guid> </EmployeeIds> <PaymentPeriodId>33c4a301-39b3-4a99-a016-dc2382615e95</PaymentPeriodId> <TrackingCategoryDetailId_1>96744529-11dd-4f32-a6f7-afc08b410b3d</TrackingCategoryDetailId_1> <TrackingCategoryDetailId_2>76813b56-fb0a-4214-b1dd-1874fc86fc43</TrackingCategoryDetailId_2> </InsertEmployeeTrackingCategoryRequest>
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.