POST {language}/company/insertTrackingProcessFunction
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertTrackingProcessFunctionRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
NumberOfEmployees | integer |
None. |
|
IPAddress | string |
None. |
|
FunctionName | string |
None. |
|
StartTime | date |
None. |
|
EndTime | date |
None. |
|
TotalTime | date |
None. |
|
TotalProcessFirst | integer |
None. |
|
TotalProcessLast | integer |
None. |
|
ProcessBy | string |
None. |
|
ProcessStatus | string |
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": "95fc1a0c-2057-4a96-9a2d-47d9fb3c6f7b", "CompanyId": "1cb3d3d4-4338-4e7b-98b7-117a964cde8f", "NumberOfEmployees": 3, "IPAddress": "sample string 4", "FunctionName": "sample string 5", "StartTime": "2025-04-27T23:07:30.1390551+00:00", "EndTime": "2025-04-27T23:07:30.1390551+00:00", "TotalTime": "2025-04-27T23:07:30.1390551+00:00", "TotalProcessFirst": 9, "TotalProcessLast": 10, "ProcessBy": "sample string 11", "ProcessStatus": "sample string 12", "RequestId": "6d1b06ee-4e2e-4ce1-a429-ae0bbefe77d5", "Language": "sample string 14", "LanguageLogin": "sample string 15", "AuthToken": "sample string 16", "ClientId": "sample string 17", "PageIndex": 18, "PageSize": 19 }
application/xml, text/xml
Sample:
<InsertTrackingProcessFunctionRequest 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 16</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 17</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">18</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">19</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">6d1b06ee-4e2e-4ce1-a429-ae0bbefe77d5</RequestId> <CompanyId>1cb3d3d4-4338-4e7b-98b7-117a964cde8f</CompanyId> <EndTime>2025-04-27T23:07:30.1390551+00:00</EndTime> <FunctionName>sample string 5</FunctionName> <IPAddress>sample string 4</IPAddress> <Id>95fc1a0c-2057-4a96-9a2d-47d9fb3c6f7b</Id> <NumberOfEmployees>3</NumberOfEmployees> <ProcessBy>sample string 11</ProcessBy> <ProcessStatus>sample string 12</ProcessStatus> <StartTime>2025-04-27T23:07:30.1390551+00:00</StartTime> <TotalProcessFirst>9</TotalProcessFirst> <TotalProcessLast>10</TotalProcessLast> <TotalTime>2025-04-27T23:07:30.1390551+00:00</TotalTime> </InsertTrackingProcessFunctionRequest>
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.