GET api/NonConformite/GetNC_Ressource
Liste des ressource
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Liste de NC_ACTION
JSonGenericOfListOfNC_Ressource| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | Collection of NC_Ressource |
None. |
|
| Datas | Collection of NC_Ressource |
None. |
|
| ServiceName | string |
None. |
|
| Parameters | string |
None. |
|
| Status | ReturnErrorStatus |
None. |
|
| ErrorMessage | string |
None. |
|
| Error | jsonExceptionIES |
None. |
Response Formats
application/json, text/json
Sample:
{
"Response": [
{
"Nom": "sample string 1",
"Code": "sample string 2",
"Type": "sample string 3"
},
{
"Nom": "sample string 1",
"Code": "sample string 2",
"Type": "sample string 3"
}
],
"Datas": [
{
"Nom": "sample string 1",
"Code": "sample string 2",
"Type": "sample string 3"
},
{
"Nom": "sample string 1",
"Code": "sample string 2",
"Type": "sample string 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:
<JSonGenericOfArrayOfNC_Ressourceq8b3XWLw 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:NC_Ressource>
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Nom>sample string 1</d2p1:Nom>
<d2p1:Type>sample string 3</d2p1:Type>
</d2p1:NC_Ressource>
<d2p1:NC_Ressource>
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Nom>sample string 1</d2p1:Nom>
<d2p1:Type>sample string 3</d2p1:Type>
</d2p1:NC_Ressource>
</Datas>
<Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore">
<d2p1:NC_Ressource>
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Nom>sample string 1</d2p1:Nom>
<d2p1:Type>sample string 3</d2p1:Type>
</d2p1:NC_Ressource>
<d2p1:NC_Ressource>
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Nom>sample string 1</d2p1:Nom>
<d2p1:Type>sample string 3</d2p1:Type>
</d2p1:NC_Ressource>
</Response>
</JSonGenericOfArrayOfNC_Ressourceq8b3XWLw>