POST api/providers/{pid}/serviceConfigs/{serviceConfigId}/callnext

Chama próximo atendimento da sessão

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pid

Id da empresa

integer

Required

serviceConfigId

Id da configuração de serviço

integer

Required

Body Parameters

CallNextModel
NameDescriptionTypeAdditional information
ResourceId

Id do atendente

integer

Required

CallSpecial

Identifica se é para chamar o próximo atendimento prioritário

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "resourceId": 1,
  "callSpecial": true
}

application/xml, text/xml

Sample:
<CallNextModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Filazero.Presentation.WebAPI.Models.Attendance">
  <CallSpecial>true</CallSpecial>
  <ResourceId>1</ResourceId>
</CallNextModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Informações do atendimento

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.