POST {folder}/JoeVendaSacado/{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
JoeVendaSacadoInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CdGrupo | integer |
None. |
|
| NrCNPJ | string |
Required String length: inclusive between 14 and 14 |
|
| CdSacadoERP | string |
Required String length: inclusive between 0 and 50 |
|
| CdSacadoAdq | string |
Required String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"CdGrupo": 1,
"NrCNPJ": "sample string 2",
"CdSacadoERP": "sample string 3",
"CdSacadoAdq": "sample string 4"
}
application/xml, text/xml
Sample:
<JoeVendaSacadoInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models"> <CdGrupo>1</CdGrupo> <CdSacadoAdq>sample string 4</CdSacadoAdq> <CdSacadoERP>sample string 3</CdSacadoERP> <NrCNPJ>sample string 2</NrCNPJ> </JoeVendaSacadoInsertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JoeVendaSacado| Name | Description | Type | Additional information |
|---|---|---|---|
| CdGrupo | integer |
None. |
|
| DsNome | string |
String length: inclusive between 0 and 255 |
|
| NrCNPJ | string |
Required String length: inclusive between 0 and 14 |
|
| DsFantasia | string |
String length: inclusive between 0 and 255 |
|
| CdSacadoERP | string |
String length: inclusive between 0 and 50 |
|
| CdSacadoAdq | string |
String length: inclusive between 0 and 50 |
|
| DtInsert | date |
None. |
|
| IdUserInsert | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CdGrupo": 1,
"DsNome": "sample string 2",
"NrCNPJ": "sample string 3",
"DsFantasia": "sample string 4",
"CdSacadoERP": "sample string 5",
"CdSacadoAdq": "sample string 6",
"DtInsert": "2025-12-16T01:47:22.0747617-03:00",
"IdUserInsert": 8
}
application/xml, text/xml
Sample:
<JoeVendaSacado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models"> <CdGrupo>1</CdGrupo> <CdSacadoAdq>sample string 6</CdSacadoAdq> <CdSacadoERP>sample string 5</CdSacadoERP> <DsFantasia>sample string 4</DsFantasia> <DsNome>sample string 2</DsNome> <DtInsert>2025-12-16T01:47:22.0747617-03:00</DtInsert> <IdUserInsert>8</IdUserInsert> <NrCNPJ>sample string 3</NrCNPJ> </JoeVendaSacado>