Les webservices sont appelables depuis l'URL générique suivante de Maarch Courrier :
http://login:password@domain/rest/
L'url est structurée comme suit :
exemple :
https://cchaplin:maarch@demo.maarchcourrier.com/rest/
Lors d'une migration de Maarch Courrier tous les webservices sauf trois qui sont GET/langues, GET/authenticationInformations et GET/images seront indisponibles avec un code 503
Exemple d'un retour webservices pendant une migration :
GET /rest/baskets
Code Http | Type | Description | Exemple |
---|---|---|---|
503 | array | Service Unavailable | ci-dessous |
{
"errors":"Service unavailable : migration in progress.",
"lang":"migrationProcessing",
"migrating":true
}