POST api/ListaPontos
Request Information
URI Parameters
None.
Body Parameters
ReturnObject| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| ServicoVendaId | globally unique identifier |
None. |
|
| Tipo | integer |
None. |
|
| Nome | string |
None. |
|
| Pontos | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServicoVendaId": "fc5901de-7ab8-42cf-be87-04cddb61d975",
"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>76e479a7-7af3-4b9c-aa47-b799c3efb590</SalaoId> <ServicoVendaId>fc5901de-7ab8-42cf-be87-04cddb61d975</ServicoVendaId> <Tipo>3</Tipo> </ListaPontos>