GET api/Invest/{id_client}/NonAmorti/Synthese?yearStart={yearStart}&yearEnd={yearEnd}

Synthese des fiches non amortie (Premiere ligne : Headers)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_client

code du client

string

Required

yearStart

début de la periode

integer

Required

yearEnd

fin de la periode

integer

Required

Body Parameters

None.

Response Information

Resource Description

Tableau dynamique

JSonGenericOfDataTable
NameDescriptionTypeAdditional information
Response

DataTable

None.

Datas

DataTable

None.

ServiceName

string

None.

Parameters

string

None.

Status

ReturnErrorStatus

None.

ErrorMessage

string

None.

Error

jsonExceptionIES

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": null,
  "Datas": [],
  "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

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Impossible de sérialiser le DataTable. Le nom du DataTable n'est pas défini.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Impossible de sérialiser le DataTable. Le nom du DataTable n'est pas défini.