GET api/Stats/JSMA/Synthese/OrderLine?article={article}&sdtStart={sdtStart}&sdtEnd={sdtEnd}

Tableau de synthese pour un article

Request Information

URI Parameters

NameDescriptionTypeAdditional information
article

string

Required

sdtStart

string

Required

sdtEnd

string

Required

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>