GET api/Agenda_Atendimento_Posto_Servico?posto={posto}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
posto | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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 }
application/xml, text/xml
Sample:
<Agenda_Atendimento_Posto_Servico xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCohab.Models"> <Id>1</Id> <PostoId>1</PostoId> <ServicoId>1</ServicoId> </Agenda_Atendimento_Posto_Servico>