ReDoc documentation
Get item note by ID
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "note_id": 0,
- "negotiable_quote_item_id": 0,
- "creator_type": 0,
- "creator_id": 0,
- "note": "string",
- "created_at": "string",
- "extension_attributes": { }
}
Delete item note by ID.
401 Unauthorized
Internal Server error
Unexpected error
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}