POST {language}/report/postCheckDataAppendix8A
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": "cfe5e8bc-1a18-4168-b9bc-7a649986b3fd", "UserName": "sample string 2", "Bypass": true, "SourceCode": "sample string 4", "BasicYear": 5, "BatchIndicator": "sample string 6", "BatchDate": "2025-04-27T23:26:44.4331745+00:00", "AccessToken": "sample string 8", "EmployeeId": "fd334112-57e6-443c-b3b6-30213bed7b10", "RequestId": "6d5c6f73-50fa-404d-9699-09272d768d8f", "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">6d5c6f73-50fa-404d-9699-09272d768d8f</RequestId> <AccessToken>sample string 8</AccessToken> <BasicYear>5</BasicYear> <BatchDate>2025-04-27T23:26:44.4331745+00:00</BatchDate> <BatchIndicator>sample string 6</BatchIndicator> <Bypass>true</Bypass> <CompanyId>cfe5e8bc-1a18-4168-b9bc-7a649986b3fd</CompanyId> <EmployeeId>fd334112-57e6-443c-b3b6-30213bed7b10</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.