...
Code Block |
---|
Content-Type: application/json |
Methode:
Code Block |
---|
POST |
Content:
Code Block | ||
---|---|---|
| ||
{ "email": "EMAILADRESSE", "reason": "GRUND FÜR SPERRE" } |
Beide Felder sind Pflichtfelder.
Antwort
Es Bei Erfolg wird HTTP-Code 200 zurückgegeben. Der Content ist leer.
...
https://www.websale.de/api/emm/updatelockchangeemail
Übergabe
Header:
Code Block |
---|
Content-Type: application/json |
...
Methode:
Code Block |
---|
PUT |
Content:
Code Block | ||
---|---|---|
| ||
{ "oldaddress": "ALTE EMAILADRESSE", "newaddress": "NEUE EMAILADRESSE" } |
Beide Felder sind Pflichtfelder
Antwort
Es Bei Erfolg wird HTTP-Code 200 zurückgegeben. Der Content ist leer.
...