POST api/providers/{pid}/tickets/check-pit-code

Faz check-in no pit

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pid

Id da empresa

integer

Required

Body Parameters

PitCodeCommand
NameDescriptionTypeAdditional information
SmartCode

string

Required

PitCode

string

Required

Request Formats

application/json, text/json

Sample:
{
  "smartCode": "sample string 1",
  "pitCode": "sample string 2"
}

application/xml, text/xml

Sample:
<PitCodeCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Filazero.Presentation.WebAPI.Models">
  <PitCode>sample string 2</PitCode>
  <SmartCode>sample string 1</SmartCode>
</PitCodeCommand>

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.