POST GetCatMontures

Fonction de récupération du catalogue de montures. Si erreur la fonction retourne une string vide

Paramètres reçus

- Clé de l'API

1 Returned value (string) :

If successful Base64 encoded CSV file containing the Frames catalog

if error empty string is returned

POST: /GetCatMontures

Request Information

URI Parameters

None.

Body Parameters

GetCatMonturesRequest
NameDescriptionTypeAdditional information
ApiCode

Clé API Opti-Pro

string

None.

Request Formats

application/json, text/json

Exemple:
{
  "ApiCode": "sample string 1"
}

application/xml, text/xml

Exemple:
<GetCatMonturesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WsOptiPro">
  <ApiCode>sample string 1</ApiCode>
</GetCatMonturesRequest>

application/x-www-form-urlencoded

Exemple:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetCatMonturesRequest'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Exemple:
"sample string 1"

application/xml, text/xml

Exemple:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>