POST getAgenda

Request Information

URI Parameters

None.

Body Parameters

agenda
NameDescriptionTypeAdditional information
IdEmpresa

integer

None.

IdTecnico

integer

None.

IdVendedor

integer

None.

DtIni

date

None.

DtFim

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IdEmpresa": 1,
  "IdTecnico": 2,
  "IdVendedor": 3,
  "DtIni": "2025-12-06T13:40:33.4666539-03:00",
  "DtFim": "2025-12-06T13:40:33.4666539-03:00"
}

application/xml, text/xml

Sample:
<agenda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SysEmpresaApi.Models">
  <DtFim>2025-12-06T13:40:33.4666539-03:00</DtFim>
  <DtIni>2025-12-06T13:40:33.4666539-03:00</DtIni>
  <IdEmpresa>1</IdEmpresa>
  <IdTecnico>2</IdTecnico>
  <IdVendedor>3</IdVendedor>
</agenda>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'agenda'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.