GET Offres/Prestations

Retourne La liste des prestations 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 prestations.

Collection of TYPES_PRESTATION
NameDescriptionTypeAdditional information
PRESTA_ID

string

None.

PRESTA_LIBELLE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PRESTA_ID": "sample string 1",
    "PRESTA_LIBELLE": "sample string 2"
  },
  {
    "PRESTA_ID": "sample string 1",
    "PRESTA_LIBELLE": "sample string 2"
  }
]