GET Dossiers
URI Parameters
None.
Body Parameters
None.
Request Formats
Response Information
Collection of DossierModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
Required |
|
| Nom | string |
Required |
|
| Depots | Collection of DepotModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": "sample string 1",
"Nom": "sample string 2",
"Depots": [
{
"Code": "sample string 1",
"Nom": "sample string 2",
"GestionEmplacement": true
},
{
"Code": "sample string 1",
"Nom": "sample string 2",
"GestionEmplacement": true
}
]
},
{
"Code": "sample string 1",
"Nom": "sample string 2",
"Depots": [
{
"Code": "sample string 1",
"Nom": "sample string 2",
"GestionEmplacement": true
},
{
"Code": "sample string 1",
"Nom": "sample string 2",
"GestionEmplacement": true
}
]
}
]
text/plain
Sample:
[{"Code":"sample string 1","Nom":"sample string 2","Depots":[{"Code":"sample string 1","Nom":"sample string 2","GestionEmplacement":true},{"Code":"sample string 1","Nom":"sample string 2","GestionEmplacement":true}]},{"Code":"sample string 1","Nom":"sample string 2","Depots":[{"Code":"sample string 1","Nom":"sample string 2","GestionEmplacement":true},{"Code":"sample string 1","Nom":"sample string 2","GestionEmplacement":true}]}]
application/xml, text/xml
Sample:
<ArrayOfDossierModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIERP">
<DossierModel>
<Code>sample string 1</Code>
<Depots>
<DepotModel>
<Code>sample string 1</Code>
<GestionEmplacement>true</GestionEmplacement>
<Nom>sample string 2</Nom>
</DepotModel>
<DepotModel>
<Code>sample string 1</Code>
<GestionEmplacement>true</GestionEmplacement>
<Nom>sample string 2</Nom>
</DepotModel>
</Depots>
<Nom>sample string 2</Nom>
</DossierModel>
<DossierModel>
<Code>sample string 1</Code>
<Depots>
<DepotModel>
<Code>sample string 1</Code>
<GestionEmplacement>true</GestionEmplacement>
<Nom>sample string 2</Nom>
</DepotModel>
<DepotModel>
<Code>sample string 1</Code>
<GestionEmplacement>true</GestionEmplacement>
<Nom>sample string 2</Nom>
</DepotModel>
</Depots>
<Nom>sample string 2</Nom>
</DossierModel>
</ArrayOfDossierModel>