POST {folder}/FilialAdquirente/{token}/{colecao}/{campo}/{orderBy}/{pageSize}/{pageNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Default value is auth |
|
| colecao | integer |
None. |
|
| campo | integer |
None. |
|
| orderBy | integer |
None. |
|
| pageSize | integer |
None. |
|
| pageNumber | integer |
None. |
|
| folder | string |
None. |
Body Parameters
FilialAdquirenteInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NrCNPJ | string |
Required String length: inclusive between 0 and 14 |
|
| CdAdquirente | integer |
None. |
|
| TpCarga | string |
Required String length: inclusive between 0 and 1 |
Request Formats
application/json, text/json
Sample:
{
"NrCNPJ": "sample string 1",
"CdAdquirente": 2,
"TpCarga": "sample string 3"
}
application/xml, text/xml
Sample:
<FilialAdquirenteInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models"> <CdAdquirente>2</CdAdquirente> <NrCNPJ>sample string 1</NrCNPJ> <TpCarga>sample string 3</TpCarga> </FilialAdquirenteInsertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FilialAdquirente| Name | Description | Type | Additional information |
|---|---|---|---|
| NrCNPJ | string |
String length: inclusive between 0 and 14 |
|
| DsFantasia | string |
String length: inclusive between 0 and 255 |
|
| CdAdquirente | integer |
None. |
|
| NmAdquirente | string |
String length: inclusive between 0 and 30 |
|
| TpCarga | string |
Required String length: inclusive between 0 and 1 |
|
| DtInsert | date |
None. |
|
| IdUser | integer |
None. |
|
| NmPessoa | string |
String length: inclusive between 0 and 120 |
Response Formats
application/json, text/json
Sample:
{
"NrCNPJ": "sample string 1",
"DsFantasia": "sample string 2",
"CdAdquirente": 3,
"NmAdquirente": "sample string 4",
"TpCarga": "sample string 5",
"DtInsert": "2025-12-16T01:44:39.973083-03:00",
"IdUser": 7,
"NmPessoa": "sample string 8"
}
application/xml, text/xml
Sample:
<FilialAdquirente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models"> <CdAdquirente>3</CdAdquirente> <DsFantasia>sample string 2</DsFantasia> <DtInsert>2025-12-16T01:44:39.973083-03:00</DtInsert> <IdUser>7</IdUser> <NmAdquirente>sample string 4</NmAdquirente> <NmPessoa>sample string 8</NmPessoa> <NrCNPJ>sample string 1</NrCNPJ> <TpCarga>sample string 5</TpCarga> </FilialAdquirente>