POST {language}/report/postCheckDataAppendix8B
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": "6c1b7bc2-721e-4eb3-923a-9430bc3665e2", "UserName": "sample string 2", "Bypass": true, "SourceCode": "sample string 4", "BasicYear": 5, "BatchIndicator": "sample string 6", "BatchDate": "2025-04-27T23:26:44.5113044+00:00", "AccessToken": "sample string 8", "EmployeeId": "b63aeb35-323f-47ef-aa10-74db818a26c6", "RequestId": "95d72653-885f-419d-8fbb-ca05ecf846a6", "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">95d72653-885f-419d-8fbb-ca05ecf846a6</RequestId> <AccessToken>sample string 8</AccessToken> <BasicYear>5</BasicYear> <BatchDate>2025-04-27T23:26:44.5113044+00:00</BatchDate> <BatchIndicator>sample string 6</BatchIndicator> <Bypass>true</Bypass> <CompanyId>6c1b7bc2-721e-4eb3-923a-9430bc3665e2</CompanyId> <EmployeeId>b63aeb35-323f-47ef-aa10-74db818a26c6</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.