POST api/ListaPontos

Request Information

URI Parameters

None.

Body Parameters

ReturnObject
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

Message

string

None.

Verb

string

None.

Action

string

None.

Controller

string

None.

HasError

boolean

None.

Data

Object

None.

Result

IdentityResult

None.

RedirectTo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "Message": "sample string 3",
  "Verb": "sample string 4",
  "Action": "sample string 5",
  "Controller": "sample string 6",
  "HasError": true,
  "Data": {},
  "Result": null,
  "RedirectTo": 9
}

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ListaPontos
NameDescriptionTypeAdditional information
ServicoVendaId

globally unique identifier

None.

Tipo

integer

None.

Nome

string

None.

Pontos

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ServicoVendaId": "10f661a6-2e78-4dea-bb5b-a836d7efd67c",
  "Tipo": 3,
  "Nome": "sample string 4",
  "Pontos": 5
}

text/xml

Sample:
<ListaPontos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models">
  <Nome>sample string 4</Nome>
  <Pontos>5</Pontos>
  <SalaoId>0fb0b7f8-219a-4aaa-aa54-6862513f5acd</SalaoId>
  <ServicoVendaId>10f661a6-2e78-4dea-bb5b-a836d7efd67c</ServicoVendaId>
  <Tipo>3</Tipo>
</ListaPontos>