POST api/ServiceDesk/BandaTesteRemover/{idcadastro}
Remove a banda de teste do cliente indicado
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcadastro |
Código de cadastro do cliente |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RespostaServidorName | Description | Type | Additional information |
---|---|---|---|
resposta |
Código da resposta: 1=Positivo, 0=Negativo |
integer |
None. |
msg |
Mensagem de retorno de acordo com o comando executado |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "resposta": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<RespostaServidor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_pgp"> <msg>sample string 2</msg> <resposta>1</resposta> </RespostaServidor>