GET Structures/{st_Code}/Offres

Retourne la liste des Offres proposées pour une structure donnée.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
st_Code

string

Required

Body Parameters

None.

Response Information

Resource Description

La liste, ou une 404.

Collection of OFFRES
NameDescriptionTypeAdditional information
ID_OFFRE

integer

None.

ST_CODE

string

None.

LIBELLE

string

None.

ID_SUPPORT

integer

None.

PRESTA_ID

string

None.

Description

string

None.

PRICE

integer

None.

AVAILABILITY

integer

None.

LINK

string

None.

Picture_Link

string

None.

MIN_AGE

integer

None.

MAX_AGE

integer

None.

START_DATE

date

None.

END_DATE

date

None.

EXTERNAL_APP

string

None.

EXTERNAL_REF

string

None.

DATE_CREATION

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID_OFFRE": 1,
    "ST_CODE": "sample string 2",
    "LIBELLE": "sample string 3",
    "ID_SUPPORT": 4,
    "PRESTA_ID": "sample string 5",
    "Description": "sample string 6",
    "PRICE": 7,
    "AVAILABILITY": 8,
    "LINK": "sample string 9",
    "Picture_Link": "sample string 10",
    "MIN_AGE": 11,
    "MAX_AGE": 12,
    "START_DATE": "2024-03-29T01:15:47.8740285+01:00",
    "END_DATE": "2024-03-29T01:15:47.8740285+01:00",
    "EXTERNAL_APP": "sample string 15",
    "EXTERNAL_REF": "sample string 16",
    "DATE_CREATION": "2024-03-29T01:15:47.8740285+01:00"
  },
  {
    "ID_OFFRE": 1,
    "ST_CODE": "sample string 2",
    "LIBELLE": "sample string 3",
    "ID_SUPPORT": 4,
    "PRESTA_ID": "sample string 5",
    "Description": "sample string 6",
    "PRICE": 7,
    "AVAILABILITY": 8,
    "LINK": "sample string 9",
    "Picture_Link": "sample string 10",
    "MIN_AGE": 11,
    "MAX_AGE": 12,
    "START_DATE": "2024-03-29T01:15:47.8740285+01:00",
    "END_DATE": "2024-03-29T01:15:47.8740285+01:00",
    "EXTERNAL_APP": "sample string 15",
    "EXTERNAL_REF": "sample string 16",
    "DATE_CREATION": "2024-03-29T01:15:47.8740285+01:00"
  }
]