GET API/AgendServManter/ExigirLiberViagroFiscal/{agendTipoServId}
Informa se a execução do tipo de serviço informado, está condicionado a liberação do Vigiagro pelo fiscal.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agendTipoServId |
Id do tipo de serviço |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.API.Areas.HelpPage.ModelDescriptions.STypeModelDescriptionResponse Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"Value": true
}
application/xml, text/xml
Sample:
<KeyValuePairOfstringboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Collections.Generic"> <key>sample string 1</key> <value>true</value> </KeyValuePairOfstringboolean>