GET api/Pedido/QtdeDePedidosRealizados?idCliente={idCliente}&idEmpresa={idEmpresa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | integer |
Required |
|
| idEmpresa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TipoInteiro| Name | Description | Type | Additional information |
|---|---|---|---|
| inteiro | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"inteiro": 1
}