POST {folder}/TBRecebimentoLoteAntecipacao/{token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

folder

string

None.

Body Parameters

ParamTBRecebimentoLoteAntecipacao
NameDescriptionTypeAdditional information
idICard

integer

None.

nrCNPJ

string

None.

cdBandeira

integer

None.

dtVencimento

date

None.

dtAntecipacao

date

None.

dsFormaPgto

string

None.

nrResumo

string

None.

vlResumoBruto

decimal number

None.

vlResumoLiquido

decimal number

None.

vlResumoAntecipado

decimal number

None.

valores

Collection of decimal number

None.

flValorBruto

boolean

None.

loteAntecipacao

tbRecebimentoLoteAntecipacao

None.

Request Formats

application/json, text/json

Sample:
{
  "idICard": 1,
  "nrCNPJ": "sample string 2",
  "cdBandeira": 3,
  "dtVencimento": "2026-02-11T14:45:54.1920098-03:00",
  "dtAntecipacao": "2026-02-11T14:45:54.1920098-03:00",
  "dsFormaPgto": "sample string 6",
  "nrResumo": "sample string 7",
  "vlResumoBruto": 8.0,
  "vlResumoLiquido": 9.0,
  "vlResumoAntecipado": 10.0,
  "valores": [
    1.0,
    2.0
  ],
  "flValorBruto": true,
  "loteAntecipacao": {
    "idRecebimentoLoteAntecipacao": 1,
    "nrCNPJ": "sample string 2",
    "cdBandeira": 3,
    "dsFormaPgto": "sample string 4",
    "nrResumo": "sample string 5",
    "vlResumoBruto": 6.0,
    "vlResumoLiquido": 7.0,
    "vlResumoAntecipado": 8.0,
    "dtVencimento": "2026-02-11T14:45:54.1930046-03:00",
    "dtAntecipacao": "2026-02-11T14:45:54.1930046-03:00",
    "flValorBruto": true
  }
}

application/xml, text/xml

Sample:
<ParamTBRecebimentoLoteAntecipacao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_iCard.Models.Object">
  <cdBandeira>3</cdBandeira>
  <dsFormaPgto>sample string 6</dsFormaPgto>
  <dtAntecipacao>2026-02-11T14:45:54.1920098-03:00</dtAntecipacao>
  <dtVencimento>2026-02-11T14:45:54.1920098-03:00</dtVencimento>
  <flValorBruto>true</flValorBruto>
  <idICard>1</idICard>
  <loteAntecipacao>
    <cdBandeira>3</cdBandeira>
    <dsFormaPgto>sample string 4</dsFormaPgto>
    <dtAntecipacao>2026-02-11T14:45:54.1930046-03:00</dtAntecipacao>
    <dtVencimento>2026-02-11T14:45:54.1930046-03:00</dtVencimento>
    <flValorBruto>true</flValorBruto>
    <idRecebimentoLoteAntecipacao>1</idRecebimentoLoteAntecipacao>
    <nrCNPJ>sample string 2</nrCNPJ>
    <nrResumo>sample string 5</nrResumo>
    <vlResumoAntecipado>8</vlResumoAntecipado>
    <vlResumoBruto>6</vlResumoBruto>
    <vlResumoLiquido>7</vlResumoLiquido>
  </loteAntecipacao>
  <nrCNPJ>sample string 2</nrCNPJ>
  <nrResumo>sample string 7</nrResumo>
  <valores xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:decimal>1</d2p1:decimal>
    <d2p1:decimal>2</d2p1:decimal>
  </valores>
  <vlResumoAntecipado>10</vlResumoAntecipado>
  <vlResumoBruto>8</vlResumoBruto>
  <vlResumoLiquido>9</vlResumoLiquido>
</ParamTBRecebimentoLoteAntecipacao>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.