POST LogConsulta/LogPercentil

Request Information

URI Parameters

None.

Body Parameters

LogPercentilRq
NameDescriptionTypeAdditional information
IdAgencia

integer

None.

DataInicio

date

None.

DataFim

date

None.

Percentils

Collection of decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "IdAgencia": 1,
  "DataInicio": "2024-05-02T15:18:42.2708454",
  "DataFim": "2024-05-02T15:18:42.2708454",
  "Percentils": [
    1.1,
    2.1
  ]
}

application/xml, text/xml

Sample:
<LogPercentilRq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PainelMilhasLibrary.Model">
  <DataFim>2024-05-02T15:18:42.2708454-03:00</DataFim>
  <DataInicio>2024-05-02T15:18:42.2708454-03:00</DataInicio>
  <IdAgencia>1</IdAgencia>
  <Percentils xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:double>1.1</d2p1:double>
    <d2p1:double>2.1</d2p1:double>
  </Percentils>
</LogPercentilRq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ContainerObjectOfKeyValuePairOfDateTimeAndListOfLogPercentil
NameDescriptionTypeAdditional information
TotalItens

integer

None.

Completed

boolean

None.

Success

boolean

None.

HasResult

boolean

None.

Erro

Exception

None.

MensagemErro

string

None.

Data

Collection of Pair of date [key] and Collection of LogPercentil [value]

None.

Token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalItens": 1,
  "Completed": true,
  "Success": false,
  "HasResult": false,
  "Erro": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  },
  "MensagemErro": "sample string 3",
  "Data": [
    {
      "Key": "2024-05-02T15:18:42.3177244",
      "Value": [
        {
          "Percentil": "sample string 1",
          "Valor": 2.1
        },
        {
          "Percentil": "sample string 1",
          "Valor": 2.1
        }
      ]
    },
    {
      "Key": "2024-05-02T15:18:42.3177244",
      "Value": [
        {
          "Percentil": "sample string 1",
          "Valor": 2.1
        },
        {
          "Percentil": "sample string 1",
          "Valor": 2.1
        }
      ]
    }
  ],
  "Token": "sample string 4"
}

application/xml, text/xml

Sample:
<ContainerObjectOfKeyValuePairOfdateTimeArrayOfLogPercentil0_Pymq0SoR8RmUPp7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model">
  <Completed>true</Completed>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <d2p1:KeyValuePairOfdateTimeArrayOfLogPercentil0_Pymq0So>
      <d2p1:key>2024-05-02T15:18:42.3177244-03:00</d2p1:key>
      <d2p1:value xmlns:d4p1="http://schemas.datacontract.org/2004/07/PainelMilhasLibrary.Model">
        <d4p1:LogPercentil>
          <d4p1:Percentil>sample string 1</d4p1:Percentil>
          <d4p1:Valor>2.1</d4p1:Valor>
        </d4p1:LogPercentil>
        <d4p1:LogPercentil>
          <d4p1:Percentil>sample string 1</d4p1:Percentil>
          <d4p1:Valor>2.1</d4p1:Valor>
        </d4p1:LogPercentil>
      </d2p1:value>
    </d2p1:KeyValuePairOfdateTimeArrayOfLogPercentil0_Pymq0So>
    <d2p1:KeyValuePairOfdateTimeArrayOfLogPercentil0_Pymq0So>
      <d2p1:key>2024-05-02T15:18:42.3177244-03:00</d2p1:key>
      <d2p1:value xmlns:d4p1="http://schemas.datacontract.org/2004/07/PainelMilhasLibrary.Model">
        <d4p1:LogPercentil>
          <d4p1:Percentil>sample string 1</d4p1:Percentil>
          <d4p1:Valor>2.1</d4p1:Valor>
        </d4p1:LogPercentil>
        <d4p1:LogPercentil>
          <d4p1:Percentil>sample string 1</d4p1:Percentil>
          <d4p1:Valor>2.1</d4p1:Valor>
        </d4p1:LogPercentil>
      </d2p1:value>
    </d2p1:KeyValuePairOfdateTimeArrayOfLogPercentil0_Pymq0So>
  </Data>
  <Erro xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <ClassName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">System.Exception</ClassName>
    <Message i:nil="true" xmlns="" />
    <Data i:nil="true" xmlns="" />
    <InnerException i:nil="true" xmlns="" />
    <HelpURL xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</HelpURL>
    <StackTraceString i:nil="true" xmlns="" />
    <RemoteStackTraceString i:nil="true" xmlns="" />
    <RemoteStackIndex xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">0</RemoteStackIndex>
    <ExceptionMethod i:nil="true" xmlns="" />
    <HResult xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">3</HResult>
    <Source xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Source>
    <WatsonBuckets i:nil="true" xmlns="" />
  </Erro>
  <MensagemErro>sample string 3</MensagemErro>
  <Token>sample string 4</Token>
  <TotalItens>1</TotalItens>
</ContainerObjectOfKeyValuePairOfdateTimeArrayOfLogPercentil0_Pymq0SoR8RmUPp7>