GET api/Agenda_Atendimento?contrato={contrato}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contrato | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Agenda_AtendimentoName | Description | Type | Additional information |
---|---|---|---|
ID_Atendimento | integer |
None. |
|
Centro_Custo | string |
String length: inclusive between 0 and 4 |
|
Descricao_Setor | string |
String length: inclusive between 0 and 60 |
|
Data | string |
Required String length: inclusive between 0 and 10 |
|
Horario | string |
Required String length: inclusive between 0 and 10 |
|
Contrato | string |
Required String length: inclusive between 0 and 15 |
|
Mutuario | string |
Required String length: inclusive between 0 and 50 |
|
Solicitante | string |
Required String length: inclusive between 0 and 50 |
|
Descricao | string |
String length: inclusive between 0 and 200 |
|
Status | boolean |
None. |
|
Telefone | string |
Required String length: inclusive between 0 and 15 |
|
CadastradoEm | date |
None. |
|
DtAtend | date |
None. |
|
UndAtend | string |
String length: inclusive between 0 and 100 |
|
DtDirec | date |
None. |
|
UndOrigem | string |
String length: inclusive between 0 and 60 |
Response Formats
application/json, text/json
Sample:
{ "ID_Atendimento": 1, "Centro_Custo": "sample string 2", "Descricao_Setor": "sample string 3", "Data": "sample string 4", "Horario": "sample string 5", "Contrato": "sample string 6", "Mutuario": "sample string 7", "Solicitante": "sample string 8", "Descricao": "sample string 9", "Status": true, "Telefone": "sample string 11", "CadastradoEm": "2025-05-03T06:06:08.5046012-03:00", "DtAtend": "2025-05-03T06:06:08.5046012-03:00", "UndAtend": "sample string 12", "DtDirec": "2025-05-03T06:06:08.5046012-03:00", "UndOrigem": "sample string 13" }
application/xml, text/xml
Sample:
<Agenda_Atendimento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCohab.Models"> <CadastradoEm>2025-05-03T06:06:08.5046012-03:00</CadastradoEm> <Centro_Custo>sample string 2</Centro_Custo> <Contrato>sample string 6</Contrato> <Data>sample string 4</Data> <Descricao>sample string 9</Descricao> <Descricao_Setor>sample string 3</Descricao_Setor> <DtAtend>2025-05-03T06:06:08.5046012-03:00</DtAtend> <DtDirec>2025-05-03T06:06:08.5046012-03:00</DtDirec> <Horario>sample string 5</Horario> <ID_Atendimento>1</ID_Atendimento> <Mutuario>sample string 7</Mutuario> <Solicitante>sample string 8</Solicitante> <Status>true</Status> <Telefone>sample string 11</Telefone> <UndAtend>sample string 12</UndAtend> <UndOrigem>sample string 13</UndOrigem> </Agenda_Atendimento>