GET Prix?ean={ean}&apikey={apikey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ean | string |
Required |
|
| apikey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PrixPublic| Name | Description | Type | Additional information |
|---|---|---|---|
| Marque | integer |
None. |
|
| ArtRef | string |
None. |
|
| RefAPL | string |
None. |
|
| Description | string |
None. |
|
| PrixConseille | decimal number |
None. |
|
| Remise | decimal number |
None. |
|
| PrixClient | decimal number |
None. |
|
| Stock | decimal number |
None. |
|
| Ean | string |
None. |
|
| Erreur | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Marque": 1,
"ArtRef": "sample string 2",
"RefAPL": "sample string 3",
"Description": "sample string 4",
"PrixConseille": 5.1,
"Remise": 6.1,
"PrixClient": 7.1,
"Stock": 8.1,
"Ean": "sample string 9",
"Erreur": "sample string 10"
}
application/xml, text/xml
Sample:
<PrixPublic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.apl.ovh/"> <Marque>1</Marque> <ArtRef>sample string 2</ArtRef> <RefAPL>sample string 3</RefAPL> <Description>sample string 4</Description> <PrixConseille>5.1</PrixConseille> <Remise>6.1</Remise> <PrixClient>7.1</PrixClient> <Stock>8.1</Stock> <Ean>sample string 9</Ean> <Erreur>sample string 10</Erreur> </PrixPublic>