GET api/Agenda_Atendimento_Posto/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Agenda_Atendimento_PostoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Centro_Custo | string |
String length: inclusive between 0 and 4 |
|
Nome | string |
String length: inclusive between 0 and 250 |
|
EnderecoLinha1 | string |
String length: inclusive between 0 and 150 |
|
EnderecoLinha2 | string |
String length: inclusive between 0 and 150 |
|
ManhaHoraInicial | time interval |
None. |
|
ManhaHoraFinal | time interval |
None. |
|
ManhaAtendimentosPorHorario | integer |
None. |
|
ManhaAtendimentoIntervaloMinutos | integer |
None. |
|
TardeHoraInicial | time interval |
None. |
|
TardeHoraFinal | time interval |
None. |
|
TardeAtendimentosPorHorario | integer |
None. |
|
TardeAtendimentoIntervaloMinutos | integer |
None. |
|
Atendente | string |
String length: inclusive between 0 and 50 |
|
string |
String length: inclusive between 0 and 50 |
||
Telefone | string |
String length: inclusive between 0 and 50 |
|
Seg | boolean |
None. |
|
Ter | boolean |
None. |
|
Qua | boolean |
None. |
|
Qui | boolean |
None. |
|
Sex | boolean |
None. |
|
Seg_Manha | boolean |
None. |
|
Ter_Manha | boolean |
None. |
|
Qua_Manha | boolean |
None. |
|
Qui_Manha | boolean |
None. |
|
Sex_Manha | boolean |
None. |
|
Seg_Tarde | boolean |
None. |
|
Ter_Tarde | boolean |
None. |
|
Qua_Tarde | boolean |
None. |
|
Qui_Tarde | boolean |
None. |
|
Sex_Tarde | boolean |
None. |
|
Ativo | boolean |
None. |
|
Agendamento | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Centro_Custo": "sample string 2", "Nome": "sample string 3", "EnderecoLinha1": "sample string 4", "EnderecoLinha2": "sample string 5", "ManhaHoraInicial": "00:00:00.1234567", "ManhaHoraFinal": "00:00:00.1234567", "ManhaAtendimentosPorHorario": 1, "ManhaAtendimentoIntervaloMinutos": 1, "TardeHoraInicial": "00:00:00.1234567", "TardeHoraFinal": "00:00:00.1234567", "TardeAtendimentosPorHorario": 1, "TardeAtendimentoIntervaloMinutos": 1, "Atendente": "sample string 6", "Email": "sample string 7", "Telefone": "sample string 8", "Seg": true, "Ter": true, "Qua": true, "Qui": true, "Sex": true, "Seg_Manha": true, "Ter_Manha": true, "Qua_Manha": true, "Qui_Manha": true, "Sex_Manha": true, "Seg_Tarde": true, "Ter_Tarde": true, "Qua_Tarde": true, "Qui_Tarde": true, "Sex_Tarde": true, "Ativo": true, "Agendamento": true }
application/xml, text/xml
Sample:
<Agenda_Atendimento_Posto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCohab.Models"> <Agendamento>true</Agendamento> <Atendente>sample string 6</Atendente> <Ativo>true</Ativo> <Centro_Custo>sample string 2</Centro_Custo> <Email>sample string 7</Email> <EnderecoLinha1>sample string 4</EnderecoLinha1> <EnderecoLinha2>sample string 5</EnderecoLinha2> <Id>1</Id> <ManhaAtendimentoIntervaloMinutos>1</ManhaAtendimentoIntervaloMinutos> <ManhaAtendimentosPorHorario>1</ManhaAtendimentosPorHorario> <ManhaHoraFinal>PT0.1234567S</ManhaHoraFinal> <ManhaHoraInicial>PT0.1234567S</ManhaHoraInicial> <Nome>sample string 3</Nome> <Qua>true</Qua> <Qua_Manha>true</Qua_Manha> <Qua_Tarde>true</Qua_Tarde> <Qui>true</Qui> <Qui_Manha>true</Qui_Manha> <Qui_Tarde>true</Qui_Tarde> <Seg>true</Seg> <Seg_Manha>true</Seg_Manha> <Seg_Tarde>true</Seg_Tarde> <Sex>true</Sex> <Sex_Manha>true</Sex_Manha> <Sex_Tarde>true</Sex_Tarde> <TardeAtendimentoIntervaloMinutos>1</TardeAtendimentoIntervaloMinutos> <TardeAtendimentosPorHorario>1</TardeAtendimentosPorHorario> <TardeHoraFinal>PT0.1234567S</TardeHoraFinal> <TardeHoraInicial>PT0.1234567S</TardeHoraInicial> <Telefone>sample string 8</Telefone> <Ter>true</Ter> <Ter_Manha>true</Ter_Manha> <Ter_Tarde>true</Ter_Tarde> </Agenda_Atendimento_Posto>