GET api/Stats/JSMA/Synthese/Order?sdtStart={sdtStart}&sdtEnd={sdtEnd}&client={client}&representant={representant}&tournee={tournee}&famclient1={famclient1}&onlyClient={onlyClient}

Tableau de synthese pour un client (tous les param sont Optionnel)

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

famclient1

string

Default value is

onlyClient

Si ce param n'est pas vide, les autres param ne sont pas pris en compte

string

Default value is

Body Parameters

None.

Response Information

Resource Description

JSonGenericOfListOfJSMA_Synthese
NameDescriptionTypeAdditional information
Response

Collection of JSMA_Synthese

None.

Datas

Collection of JSMA_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:
<JSonGenericOfArrayOfJSMA_Syntheseq8b3XWLw 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">
    <d2p1:JSMA_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:JSMA_Synthese>
    <d2p1:JSMA_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:JSMA_Synthese>
  </Datas>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore">
    <d2p1:JSMA_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:JSMA_Synthese>
    <d2p1:JSMA_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:JSMA_Synthese>
  </Response>
</JSonGenericOfArrayOfJSMA_Syntheseq8b3XWLw>