POST getPedidoItens
Request Information
URI Parameters
None.
Body Parameters
venda| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEmpresa | integer |
None. |
|
| IdFilial | integer |
None. |
|
| IdCliente | integer |
None. |
|
| IdCartao | integer |
None. |
|
| IdFunc | integer |
None. |
|
| IDVendedor | integer |
None. |
|
| DtEmissao | date |
None. |
|
| Desconto | decimal number |
None. |
|
| Obs | string |
None. |
|
| Entrega | string |
None. |
|
| Hora | string |
None. |
|
| IdProduto | integer |
None. |
|
| Qtde | decimal number |
None. |
|
| PreVenda | decimal number |
None. |
|
| IdPedido | integer |
None. |
|
| IdFormaPag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdEmpresa": 1,
"IdFilial": 2,
"IdCliente": 3,
"IdCartao": 4,
"IdFunc": 5,
"IDVendedor": 6,
"DtEmissao": "2025-12-06T13:40:41.1863847-03:00",
"Desconto": 8.0,
"Obs": "sample string 9",
"Entrega": "sample string 10",
"Hora": "sample string 11",
"IdProduto": 12,
"Qtde": 13.0,
"PreVenda": 14.0,
"IdPedido": 15,
"IdFormaPag": 16
}
application/xml, text/xml
Sample:
<venda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SysEmpresaApi.Models"> <Desconto>8</Desconto> <DtEmissao>2025-12-06T13:40:41.1863847-03:00</DtEmissao> <Entrega>sample string 10</Entrega> <Hora>sample string 11</Hora> <IDVendedor>6</IDVendedor> <IdCartao>4</IdCartao> <IdCliente>3</IdCliente> <IdEmpresa>1</IdEmpresa> <IdFilial>2</IdFilial> <IdFormaPag>16</IdFormaPag> <IdFunc>5</IdFunc> <IdPedido>15</IdPedido> <IdProduto>12</IdProduto> <Obs>sample string 9</Obs> <PreVenda>14</PreVenda> <Qtde>13</Qtde> </venda>
application/x-www-form-urlencoded
Sample:
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. |