POST api/Marcacao
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
Marcacao| Name | Description | Type | Additional information |
|---|---|---|---|
| MarcacaoId | globally unique identifier |
None. |
|
| SalaoId | globally unique identifier |
None. |
|
| TipoCliente | integer |
None. |
|
| ClienteId | globally unique identifier |
None. |
|
| NomeCliente | string |
None. |
|
| NumeroTelemovel | string |
None. |
|
| DateAdd | date |
None. |
|
| LastChange | date |
None. |
|
| Deleted | boolean |
None. |
|
| Status | boolean |
None. |
|
| ConfirmaVisita | boolean |
None. |
|
| ConfirmaVisitaMktDg | boolean |
None. |
|
| ReviewMade | boolean |
None. |
|
| CampanhaId | integer |
None. |
|
| TituloCampanha | string |
None. |
|
| NotificaLook4Beauty | boolean |
None. |
|
| prontoFt | boolean |
None. |
|
| concluidoFt | boolean |
None. |
|
| prontoFtData | date |
None. |
|
| concluidoFtData | date |
None. |
|
| OrigemRegisto | OrigemRegisto |
None. |
|
| language | string |
None. |
|
| UsarBeautys | boolean |
None. |
|
| Observacao | string |
None. |
|
| TimezoneOffset | integer |
None. |
|
| IsChildRotativa | boolean |
None. |
|
| FirstAppointment | boolean |
None. |
|
| CampanhaPromocionalId | globally unique identifier |
None. |
|
| MktDigitalVoucherId | globally unique identifier |
None. |
|
| ValorSaldo | decimal number |
None. |
|
| ValorVoucher | decimal number |
None. |
|
| Salao | Salao |
None. |
|
| CampanhaPromocional | CampanhasPromocionais |
None. |
|
| MarcacaoDetalhes | Collection of MarcacaoDetalhe |
None. |
|
| ServicoExtras | Collection of ServicoExtra |
None. |
|
| DataInicioMarcacao | date |
None. |
|
| Total | decimal number |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.