Put v1 winkelstraat returns items attributes
PUT /V1/winkelstraat/returns/items/attributes
curl \
-X PUT https://magento2.winkelstraat.mac/rest/all/V1/winkelstraat/returns/items/attributes \
-d '{"rmaItemId":42,"updates":[{"attribute_code":"string","value":"string"}]}'
Request examples
{
"rmaItemId": 42,
"updates": [
{
"attribute_code": "string",
"value": "string"
}
]
}
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
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"
}