PUT {language}/company/realtimeimport
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateRealTimeImportRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
FileType | string |
None. |
|
DateFormat | string |
None. |
|
TimeFormat | string |
None. |
|
FromRow | integer |
None. |
|
EmployeeIDIndex | integer |
None. |
|
DateIndex | integer |
None. |
|
TimeIndex | integer |
None. |
|
Separator | 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": "7dafdc7f-0be3-403b-a0f7-ddcfd077fdf3", "FileType": "sample string 2", "DateFormat": "sample string 3", "TimeFormat": "sample string 4", "FromRow": 5, "EmployeeIDIndex": 6, "DateIndex": 7, "TimeIndex": 8, "Separator": "sample string 9", "RequestId": "371e4f24-85e2-4732-ae2f-66afe060551b", "Language": "sample string 11", "LanguageLogin": "sample string 12", "AuthToken": "sample string 13", "ClientId": "sample string 14", "PageIndex": 15, "PageSize": 16 }
application/xml, text/xml
Sample:
<UpdateRealTimeImportRequest 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 13</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">16</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">371e4f24-85e2-4732-ae2f-66afe060551b</RequestId> <DateFormat>sample string 3</DateFormat> <DateIndex>7</DateIndex> <EmployeeIDIndex>6</EmployeeIDIndex> <FileType>sample string 2</FileType> <FromRow>5</FromRow> <Id>7dafdc7f-0be3-403b-a0f7-ddcfd077fdf3</Id> <Separator>sample string 9</Separator> <TimeFormat>sample string 4</TimeFormat> <TimeIndex>8</TimeIndex> </UpdateRealTimeImportRequest>
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.