POST Evento/ExcluirParticipanteRodada

Request Information

URI Parameters

None.

Body Parameters

EventoParticipanteRodadaSasServiceExclusao
NameDescriptionTypeAdditional information
EventoID

integer

Required

CodPessoaF

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "EventoID": 1,
  "CodPessoaF": 1
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"EventoID":1,"CodPessoaF":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.