GET Offres/Supports

Retourne La liste des supports et leurs ID à fournir lors de la création d'offre.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

une liste de supports.

Collection of SUPPORT
NameDescriptionTypeAdditional information
ID_SUPPORT

integer

None.

SUPPORT_NAME

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID_SUPPORT": 1,
    "SUPPORT_NAME": "sample string 2"
  },
  {
    "ID_SUPPORT": 1,
    "SUPPORT_NAME": "sample string 2"
  }
]