POST {language}/report/postCheckDataFormIR21

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

FormIR8Request
NameDescriptionTypeAdditional 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": "fe57d47d-3a06-4bd1-a319-0c8740dcff47",
  "UserName": "sample string 2",
  "Bypass": true,
  "SourceCode": "sample string 4",
  "BasicYear": 5,
  "BatchIndicator": "sample string 6",
  "BatchDate": "2025-04-27T23:29:29.4506931+00:00",
  "AccessToken": "sample string 8",
  "EmployeeId": "1e03737b-6b08-45a7-aff7-18d57fe6bfae",
  "RequestId": "8c18e315-8ca1-40c7-aec7-c17ecbf2239d",
  "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">8c18e315-8ca1-40c7-aec7-c17ecbf2239d</RequestId>
  <AccessToken>sample string 8</AccessToken>
  <BasicYear>5</BasicYear>
  <BatchDate>2025-04-27T23:29:29.4506931+00:00</BatchDate>
  <BatchIndicator>sample string 6</BatchIndicator>
  <Bypass>true</Bypass>
  <CompanyId>fe57d47d-3a06-4bd1-a319-0c8740dcff47</CompanyId>
  <EmployeeId>1e03737b-6b08-45a7-aff7-18d57fe6bfae</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.