POST api/Carrinho?associadoCodigo={associadoCodigo}&localId={localId}&data={data}&hora={hora}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
associadoCodigo

string

Required

localId

integer

Required

data

string

Required

hora

string

Required

Body Parameters

Associado
NameDescriptionTypeAdditional information
CPF

string

None.

Socio

boolean

None.

Nome

string

None.

Valor

string

None.

Message

string

None.

Erro

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CPF": "sample string 1",
  "Socio": true,
  "Nome": "sample string 3",
  "Valor": "sample string 4",
  "Message": "sample string 5",
  "Erro": true
}

application/xml, text/xml

Sample:
<Associado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yourcode.Api.Models.DTO">
  <CPF>sample string 1</CPF>
  <Erro>true</Erro>
  <Message>sample string 5</Message>
  <Nome>sample string 3</Nome>
  <Socio>true</Socio>
  <Valor>sample string 4</Valor>
</Associado>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.