GET api/CCLUBGetJeuConcours/{id}?lang={lang}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lang

string

Required

id

string

Required

Body Parameters

None.

Response Information

Resource Description

CCLUBJeuConcours
NameDescriptionTypeAdditional information
JEU_N_ID

string

None.

JEU_CH_TITRE

string

None.

JEU_CH_IMAGE

string

None.

JEU_CH_DESCRIPTION

string

None.

JEU_CH_REGLEMENT

string

None.

JEU_CH_URL_PARTICIPATION

string

None.

Response Formats

application/json, text/json

Sample:
{
  "JEU_N_ID": "sample string 1",
  "JEU_CH_TITRE": "sample string 2",
  "JEU_CH_IMAGE": "sample string 3",
  "JEU_CH_DESCRIPTION": "sample string 4",
  "JEU_CH_REGLEMENT": "sample string 5",
  "JEU_CH_URL_PARTICIPATION": "sample string 6"
}

application/xml, text/xml

Sample:
<CCLUBJeuConcours xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_cybervris.com.Models.CCLUB">
  <JEU_CH_DESCRIPTION>sample string 4</JEU_CH_DESCRIPTION>
  <JEU_CH_IMAGE>sample string 3</JEU_CH_IMAGE>
  <JEU_CH_REGLEMENT>sample string 5</JEU_CH_REGLEMENT>
  <JEU_CH_TITRE>sample string 2</JEU_CH_TITRE>
  <JEU_CH_URL_PARTICIPATION>sample string 6</JEU_CH_URL_PARTICIPATION>
  <JEU_N_ID>sample string 1</JEU_N_ID>
</CCLUBJeuConcours>