POST api/livreur/GetLivraisonPhototheque

Récupération de la photothèque de livraison

Request Information

URI Parameters

None.

Body Parameters

filtre et paginnation

PagingPhotothequeFilter
NameDescriptionTypeAdditional information
Date

string

None.

Tournee

string

None.

Livreur

string

None.

Camion

string

None.

Skip

integer

None.

Count

integer

None.

Top

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Date": "sample string 1",
  "Tournee": "sample string 2",
  "Livreur": "sample string 3",
  "Camion": "sample string 4",
  "Skip": 5,
  "Count": 6,
  "Top": 7
}

application/xml, text/xml

Sample:
<PagingPhotothequeFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAGACore.Model">
  <Camion>sample string 4</Camion>
  <Count>6</Count>
  <Date>sample string 1</Date>
  <Livreur>sample string 3</Livreur>
  <Skip>5</Skip>
  <Top>7</Top>
  <Tournee>sample string 2</Tournee>
</PagingPhotothequeFilter>

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 'PagingPhotothequeFilter'.

Response Information

Resource Description

JSonGenericOfPhotothequeElements
NameDescriptionTypeAdditional information
Response

PhotothequeElements

None.

Datas

PhotothequeElements

None.

ServiceName

string

None.

Parameters

string

None.

Status

ReturnErrorStatus

None.

ErrorMessage

string

None.

Error

jsonExceptionIES

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": {
    "count": 1,
    "elements": [
      {
        "cde": "sample string 1",
        "dossier": "sample string 2",
        "url": "sample string 3",
        "chrono": 4
      },
      {
        "cde": "sample string 1",
        "dossier": "sample string 2",
        "url": "sample string 3",
        "chrono": 4
      }
    ]
  },
  "Datas": {
    "count": 1,
    "elements": [
      {
        "cde": "sample string 1",
        "dossier": "sample string 2",
        "url": "sample string 3",
        "chrono": 4
      },
      {
        "cde": "sample string 1",
        "dossier": "sample string 2",
        "url": "sample string 3",
        "chrono": 4
      }
    ]
  },
  "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:
<JSonGenericOfPhotothequeElementszIucumwO 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:count>1</d2p1:count>
    <d2p1:elements>
      <d2p1:PhotothequeElement>
        <d2p1:cde>sample string 1</d2p1:cde>
        <d2p1:chrono>4</d2p1:chrono>
        <d2p1:dossier>sample string 2</d2p1:dossier>
        <d2p1:url>sample string 3</d2p1:url>
      </d2p1:PhotothequeElement>
      <d2p1:PhotothequeElement>
        <d2p1:cde>sample string 1</d2p1:cde>
        <d2p1:chrono>4</d2p1:chrono>
        <d2p1:dossier>sample string 2</d2p1:dossier>
        <d2p1:url>sample string 3</d2p1:url>
      </d2p1:PhotothequeElement>
    </d2p1:elements>
  </Datas>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore.Model">
    <d2p1:count>1</d2p1:count>
    <d2p1:elements>
      <d2p1:PhotothequeElement>
        <d2p1:cde>sample string 1</d2p1:cde>
        <d2p1:chrono>4</d2p1:chrono>
        <d2p1:dossier>sample string 2</d2p1:dossier>
        <d2p1:url>sample string 3</d2p1:url>
      </d2p1:PhotothequeElement>
      <d2p1:PhotothequeElement>
        <d2p1:cde>sample string 1</d2p1:cde>
        <d2p1:chrono>4</d2p1:chrono>
        <d2p1:dossier>sample string 2</d2p1:dossier>
        <d2p1:url>sample string 3</d2p1:url>
      </d2p1:PhotothequeElement>
    </d2p1:elements>
  </Response>
</JSonGenericOfPhotothequeElementszIucumwO>