PUT api/Agenda_Atendimento_Posto_Servico/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Agenda_Atendimento_Posto_ServicoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
PostoId | integer |
None. |
|
ServicoId | integer |
None. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.