PUT api/v1/revenda?cnpj={cnpj}
Cancela o pré-cadastro casjo o mesmo ainda não esteja confirmado
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cnpj | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RevendaResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1
}
application/xml, text/xml
Sample:
<RevendaResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/B2B.Integration.GenericIntegration.Contracts.Revenda"> <Id>1</Id> </RevendaResponse>