POST {language}/report/PostRequestFormIR8SAutoInclusion
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
FormIR8RequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
Bypass | boolean |
None. |
|
SourceCode | string |
None. |
|
BasicYear | integer |
None. |
|
BatchIndicator | string |
None. |
|
BatchDate | date |
None. |
|
AccessToken | string |
None. |
|
EmployeeId | 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:
{ "CompanyId": "580bd45e-9403-443d-a9ac-a8afccda0b1a", "UserName": "sample string 2", "Bypass": true, "SourceCode": "sample string 4", "BasicYear": 5, "BatchIndicator": "sample string 6", "BatchDate": "2025-04-27T23:34:37.2805315+00:00", "AccessToken": "sample string 8", "EmployeeId": "394ee46c-e7bf-4ce6-85b5-0a0c00185b72", "RequestId": "6e17f5b7-a3b8-4c73-a2cb-3c8e9e5e7cea", "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:
<FormIR8Request 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">6e17f5b7-a3b8-4c73-a2cb-3c8e9e5e7cea</RequestId> <AccessToken>sample string 8</AccessToken> <BasicYear>5</BasicYear> <BatchDate>2025-04-27T23:34:37.2805315+00:00</BatchDate> <BatchIndicator>sample string 6</BatchIndicator> <Bypass>true</Bypass> <CompanyId>580bd45e-9403-443d-a9ac-a8afccda0b1a</CompanyId> <EmployeeId>394ee46c-e7bf-4ce6-85b5-0a0c00185b72</EmployeeId> <SourceCode>sample string 4</SourceCode> <UserName>sample string 2</UserName> </FormIR8Request>
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.