GET api/Logistique/TB/Synthese/Order?sdtStart={sdtStart}&sdtEnd={sdtEnd}&client={client}&representant={representant}&tournee={tournee}&onlyClient={onlyClient}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sdtStart

string

Default value is

sdtEnd

string

Default value is

client

string

Default value is

representant

string

Default value is

tournee

string

Default value is

onlyClient

string

Default value is

Body Parameters

None.

Response Information

Resource Description

JSonGenericOfListOfTB_Synthese
NameDescriptionTypeAdditional information
Response

Collection of TB_Synthese

None.

Datas

Collection of TB_Synthese

None.

ServiceName

string

None.

Parameters

string

None.

Status

ReturnErrorStatus

None.

ErrorMessage

string

None.

Error

jsonExceptionIES

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": [
    {
      "periode": "sample string 1",
      "CA": 2.1,
      "margeP": 1.1,
      "margeM": 1.1,
      "nbCde": 3
    },
    {
      "periode": "sample string 1",
      "CA": 2.1,
      "margeP": 1.1,
      "margeM": 1.1,
      "nbCde": 3
    }
  ],
  "Datas": [
    {
      "periode": "sample string 1",
      "CA": 2.1,
      "margeP": 1.1,
      "margeM": 1.1,
      "nbCde": 3
    },
    {
      "periode": "sample string 1",
      "CA": 2.1,
      "margeP": 1.1,
      "margeM": 1.1,
      "nbCde": 3
    }
  ],
  "ServiceName": "sample string 1",
  "Parameters": "sample string 2",
  "Status": 0,
  "ErrorMessage": "sample string 3",
  "Error": {
    "Code": "sample string 1",
    "Details": "sample string 2",
    "Message": "sample string 3",
    "Level": 1
  }
}

application/xml, text/xml

Sample:
<JSonGenericOfArrayOfTB_SynthesezIucumwO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ForSagaMiddleware">
  <Error>
    <Code>sample string 1</Code>
    <Details>sample string 2</Details>
    <Level>Info</Level>
    <Message>sample string 3</Message>
  </Error>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Parameters>sample string 2</Parameters>
  <ServiceName>sample string 1</ServiceName>
  <Status>Error</Status>
  <Datas xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore.Model">
    <d2p1:TB_Synthese>
      <d2p1:CA>2.1</d2p1:CA>
      <d2p1:margeM>1.1</d2p1:margeM>
      <d2p1:margeP>1.1</d2p1:margeP>
      <d2p1:nbCde>3</d2p1:nbCde>
      <d2p1:periode>sample string 1</d2p1:periode>
    </d2p1:TB_Synthese>
    <d2p1:TB_Synthese>
      <d2p1:CA>2.1</d2p1:CA>
      <d2p1:margeM>1.1</d2p1:margeM>
      <d2p1:margeP>1.1</d2p1:margeP>
      <d2p1:nbCde>3</d2p1:nbCde>
      <d2p1:periode>sample string 1</d2p1:periode>
    </d2p1:TB_Synthese>
  </Datas>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore.Model">
    <d2p1:TB_Synthese>
      <d2p1:CA>2.1</d2p1:CA>
      <d2p1:margeM>1.1</d2p1:margeM>
      <d2p1:margeP>1.1</d2p1:margeP>
      <d2p1:nbCde>3</d2p1:nbCde>
      <d2p1:periode>sample string 1</d2p1:periode>
    </d2p1:TB_Synthese>
    <d2p1:TB_Synthese>
      <d2p1:CA>2.1</d2p1:CA>
      <d2p1:margeM>1.1</d2p1:margeM>
      <d2p1:margeP>1.1</d2p1:margeP>
      <d2p1:nbCde>3</d2p1:nbCde>
      <d2p1:periode>sample string 1</d2p1:periode>
    </d2p1:TB_Synthese>
  </Response>
</JSonGenericOfArrayOfTB_SynthesezIucumwO>