Post v1 integration magento1order access
POST /V1/integration/magento1order/access
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/integration/magento1order/access \
-d '{"incrementId":"string","lastname":"string","email":"string"}'
Request examples
{
"incrementId": "string",
"lastname": "string",
"email": "string"
}
Response examples (200)
{
"access": true
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}