GET api/touchscreen/GetDeliveries?pageIndex={pageIndex}&RecPerPage={RecPerPage}
récupère les tournées
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex |
page actuel |
integer |
Required |
| RecPerPage |
nombre d'item affiché |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
NODAListReturn"Delivery"
JSonGenericOfNODAListReturnOfDelivery| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | NODAListReturnOfDelivery |
None. |
|
| Datas | NODAListReturnOfDelivery |
None. |
|
| ServiceName | string |
None. |
|
| Parameters | string |
None. |
|
| Status | ReturnErrorStatus |
None. |
|
| ErrorMessage | string |
None. |
|
| Error | jsonExceptionIES |
None. |
Response Formats
application/json, text/json
Sample:
{
"Response": {
"TotalListCount": 1,
"DataList": [
{
"DeliveryId": "sample string 1",
"DeliveryName": "sample string 2"
},
{
"DeliveryId": "sample string 1",
"DeliveryName": "sample string 2"
}
]
},
"Datas": {
"TotalListCount": 1,
"DataList": [
{
"DeliveryId": "sample string 1",
"DeliveryName": "sample string 2"
},
{
"DeliveryId": "sample string 1",
"DeliveryName": "sample string 2"
}
]
},
"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:
<JSonGenericOfNODAListReturnOfDeliverycoU4kDtHjhoUeH8f 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.TouchScreen">
<d2p1:DataList xmlns:d3p1="http://schemas.datacontract.org/2004/07/SAGACore.Model.TouchScreen.Preparation">
<d3p1:Delivery>
<d3p1:DeliveryId>sample string 1</d3p1:DeliveryId>
<d3p1:DeliveryName>sample string 2</d3p1:DeliveryName>
</d3p1:Delivery>
<d3p1:Delivery>
<d3p1:DeliveryId>sample string 1</d3p1:DeliveryId>
<d3p1:DeliveryName>sample string 2</d3p1:DeliveryName>
</d3p1:Delivery>
</d2p1:DataList>
<d2p1:TotalListCount>1</d2p1:TotalListCount>
</Datas>
<Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore.Model.TouchScreen">
<d2p1:DataList xmlns:d3p1="http://schemas.datacontract.org/2004/07/SAGACore.Model.TouchScreen.Preparation">
<d3p1:Delivery>
<d3p1:DeliveryId>sample string 1</d3p1:DeliveryId>
<d3p1:DeliveryName>sample string 2</d3p1:DeliveryName>
</d3p1:Delivery>
<d3p1:Delivery>
<d3p1:DeliveryId>sample string 1</d3p1:DeliveryId>
<d3p1:DeliveryName>sample string 2</d3p1:DeliveryName>
</d3p1:Delivery>
</d2p1:DataList>
<d2p1:TotalListCount>1</d2p1:TotalListCount>
</Response>
</JSonGenericOfNODAListReturnOfDeliverycoU4kDtHjhoUeH8f>