GET api/AtivacaoDelivery/VerificarStatusDelivery?idEmpresa={idEmpresa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idEmpresa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TipoBoleano| Name | Description | Type | Additional information |
|---|---|---|---|
| boleano | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"boleano": true
}