GET api/Tarif/{codeProduit}/Synthese/{droitNonInclutOnly}

Récupère le tableau de synthese des tarif (premiere ligne : headers)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
codeProduit

Code produit

string

Required

droitNonInclutOnly

if true retourne uniquement les taxes ou les droit ne sont pas inclus

boolean

Required

Body Parameters

None.

Response Information

Resource Description

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.