GET api/CCLUBGetListeVillePointVentes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CclubVillesPointVentes
NameDescriptionTypeAdditional information
NomVille

string

None.

ListePointVente

Collection of CcclubPointVente

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NomVille": "sample string 1",
    "ListePointVente": [
      {
        "IdPve": 1,
        "PVENom": "sample string 2"
      },
      {
        "IdPve": 1,
        "PVENom": "sample string 2"
      }
    ]
  },
  {
    "NomVille": "sample string 1",
    "ListePointVente": [
      {
        "IdPve": 1,
        "PVENom": "sample string 2"
      },
      {
        "IdPve": 1,
        "PVENom": "sample string 2"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfCclubVillesPointVentes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_cybervris.com.Models">
  <CclubVillesPointVentes>
    <ListePointVente>
      <CcclubPointVente>
        <IdPve>1</IdPve>
        <PVENom>sample string 2</PVENom>
      </CcclubPointVente>
      <CcclubPointVente>
        <IdPve>1</IdPve>
        <PVENom>sample string 2</PVENom>
      </CcclubPointVente>
    </ListePointVente>
    <NomVille>sample string 1</NomVille>
  </CclubVillesPointVentes>
  <CclubVillesPointVentes>
    <ListePointVente>
      <CcclubPointVente>
        <IdPve>1</IdPve>
        <PVENom>sample string 2</PVENom>
      </CcclubPointVente>
      <CcclubPointVente>
        <IdPve>1</IdPve>
        <PVENom>sample string 2</PVENom>
      </CcclubPointVente>
    </ListePointVente>
    <NomVille>sample string 1</NomVille>
  </CclubVillesPointVentes>
</ArrayOfCclubVillesPointVentes>