POST {folder}/TbFilaBootICard/{token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| folder | string |
None. |
Body Parameters
ParamJoeCardNovaCarga| Name | Description | Type | Additional information |
|---|---|---|---|
| idICard | integer |
None. |
|
| nrCNPJ | string |
None. |
|
| cdAdquirente | integer |
None. |
|
| dsModalidade | string |
None. |
|
| dtInicio | date |
None. |
|
| dtFim | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"idICard": 1,
"nrCNPJ": "sample string 2",
"cdAdquirente": 3,
"dsModalidade": "sample string 4",
"dtInicio": "2026-02-11T14:44:16.0601349-03:00",
"dtFim": "2026-02-11T14:44:16.0601349-03:00"
}
application/xml, text/xml
Sample:
<ParamJoeCardNovaCarga xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_iCard.Models.Object"> <cdAdquirente>3</cdAdquirente> <dsModalidade>sample string 4</dsModalidade> <dtFim>2026-02-11T14:44:16.0601349-03:00</dtFim> <dtInicio>2026-02-11T14:44:16.0601349-03:00</dtInicio> <nrCNPJ>sample string 2</nrCNPJ> <idICard>1</idICard> </ParamJoeCardNovaCarga>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |