POST {language}/report/APEX_SubmitCPF

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

CPFSubmitRequest
NameDescriptionTypeAdditional information
CompanyId

globally unique identifier

None.

UserName

string

None.

FileCreationDateTime

date

None.

ReservedForFutureUse

integer

None.

CPFPenaltyInterest

decimal number

None.

MonthContribution

integer

None.

YearContributionm

integer

None.

AccessToken

string

None.

AdviceCode

string

None.

PaymentMode

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:
{
  "CompanyId": "44b16de4-39ad-4869-826b-d9d573425db9",
  "UserName": "sample string 2",
  "FileCreationDateTime": "2025-04-27T23:58:09.3863247+00:00",
  "ReservedForFutureUse": 1,
  "CPFPenaltyInterest": 4.1,
  "MonthContribution": 5,
  "YearContributionm": 6,
  "AccessToken": "sample string 7",
  "AdviceCode": "sample string 8",
  "PaymentMode": "sample string 9",
  "RequestId": "1c09dcef-492f-40d7-aea6-bc04ab66395a",
  "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:
<CPFSubmitRequest 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">1c09dcef-492f-40d7-aea6-bc04ab66395a</RequestId>
  <AccessToken>sample string 7</AccessToken>
  <AdviceCode>sample string 8</AdviceCode>
  <CPFPenaltyInterest>4.1</CPFPenaltyInterest>
  <CompanyId>44b16de4-39ad-4869-826b-d9d573425db9</CompanyId>
  <FileCreationDateTime>2025-04-27T23:58:09.3863247+00:00</FileCreationDateTime>
  <MonthContribution>5</MonthContribution>
  <PaymentMode>sample string 9</PaymentMode>
  <ReservedForFutureUse>1</ReservedForFutureUse>
  <UserName>sample string 2</UserName>
  <YearContributionm>6</YearContributionm>
</CPFSubmitRequest>

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.