GET api/Synchronizer/GetSynchroInfos
Récupère les informations principales des commandes en attente
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JSonGenericOfListOfappMobile_synchroError| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | Collection of appMobile_synchroError |
None. |
|
| Datas | Collection of appMobile_synchroError |
None. |
|
| ServiceName | string |
None. |
|
| Parameters | string |
None. |
|
| Status | ReturnErrorStatus |
None. |
|
| ErrorMessage | string |
None. |
|
| Error | jsonExceptionIES |
None. |
Response Formats
application/json, text/json
Sample:
{
"Response": [
{
"dossier": "sample string 1",
"noImp": 2,
"err": 3,
"premiere": "sample string 4",
"derniere": "sample string 5",
"impAuj": 6
},
{
"dossier": "sample string 1",
"noImp": 2,
"err": 3,
"premiere": "sample string 4",
"derniere": "sample string 5",
"impAuj": 6
}
],
"Datas": [
{
"dossier": "sample string 1",
"noImp": 2,
"err": 3,
"premiere": "sample string 4",
"derniere": "sample string 5",
"impAuj": 6
},
{
"dossier": "sample string 1",
"noImp": 2,
"err": 3,
"premiere": "sample string 4",
"derniere": "sample string 5",
"impAuj": 6
}
],
"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:
<JSonGenericOfArrayOfappMobile_synchroErrorq8b3XWLw 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:appMobile_synchroError>
<d2p1:derniere>sample string 5</d2p1:derniere>
<d2p1:dossier>sample string 1</d2p1:dossier>
<d2p1:err>3</d2p1:err>
<d2p1:impAuj>6</d2p1:impAuj>
<d2p1:noImp>2</d2p1:noImp>
<d2p1:premiere>sample string 4</d2p1:premiere>
</d2p1:appMobile_synchroError>
<d2p1:appMobile_synchroError>
<d2p1:derniere>sample string 5</d2p1:derniere>
<d2p1:dossier>sample string 1</d2p1:dossier>
<d2p1:err>3</d2p1:err>
<d2p1:impAuj>6</d2p1:impAuj>
<d2p1:noImp>2</d2p1:noImp>
<d2p1:premiere>sample string 4</d2p1:premiere>
</d2p1:appMobile_synchroError>
</Datas>
<Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore">
<d2p1:appMobile_synchroError>
<d2p1:derniere>sample string 5</d2p1:derniere>
<d2p1:dossier>sample string 1</d2p1:dossier>
<d2p1:err>3</d2p1:err>
<d2p1:impAuj>6</d2p1:impAuj>
<d2p1:noImp>2</d2p1:noImp>
<d2p1:premiere>sample string 4</d2p1:premiere>
</d2p1:appMobile_synchroError>
<d2p1:appMobile_synchroError>
<d2p1:derniere>sample string 5</d2p1:derniere>
<d2p1:dossier>sample string 1</d2p1:dossier>
<d2p1:err>3</d2p1:err>
<d2p1:impAuj>6</d2p1:impAuj>
<d2p1:noImp>2</d2p1:noImp>
<d2p1:premiere>sample string 4</d2p1:premiere>
</d2p1:appMobile_synchroError>
</Response>
</JSonGenericOfArrayOfappMobile_synchroErrorq8b3XWLw>