POST Evento/ExcluirStand

Request Information

URI Parameters

None.

Body Parameters

EventoStandSasServiceExclusao
NameDescriptionTypeAdditional information
EventoStandID

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "EventoStandID": 1
}

application/xml, text/xml

Sample:
<EventoStandSasServiceExclusao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/br.sebrae_na.sas.Model.ValueObject.SasService">
  <EventoStandID>1</EventoStandID>
</EventoStandSasServiceExclusao>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"EventoStandID":1}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.