GET api/Agenda_Atendimento_Posto_Servico
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Agenda_Atendimento_Posto_ServicoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
PostoId | integer |
None. |
|
ServicoId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "PostoId": 1, "ServicoId": 1 }, { "Id": 1, "PostoId": 1, "ServicoId": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfAgenda_Atendimento_Posto_Servico xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCohab.Models"> <Agenda_Atendimento_Posto_Servico> <Id>1</Id> <PostoId>1</PostoId> <ServicoId>1</ServicoId> </Agenda_Atendimento_Posto_Servico> <Agenda_Atendimento_Posto_Servico> <Id>1</Id> <PostoId>1</PostoId> <ServicoId>1</ServicoId> </Agenda_Atendimento_Posto_Servico> </ArrayOfAgenda_Atendimento_Posto_Servico>