Creates a new NoteReference
Success
Unauthorized
{- "reference_Key": 0,
- "column_Name1": "string",
- "column_Name2": "string",
- "column_Name3": "string",
- "column_Name4": "string",
- "column_Name5": "string",
- "column_Type1": "string",
- "column_Type2": "string",
- "column_Type3": "string",
- "column_Type4": "string",
- "column_Type5": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "key_Value1": "string",
- "key_Value2": "string",
- "key_Value3": "string",
- "key_Value4": "string",
- "key_Value5": "string",
- "navigate_Object": "string",
- "note_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reference_Key": 0,
- "column_Name1": "string",
- "column_Name2": "string",
- "column_Name3": "string",
- "column_Name4": "string",
- "column_Name5": "string",
- "column_Type1": "string",
- "column_Type2": "string",
- "column_Type3": "string",
- "column_Type4": "string",
- "column_Type5": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "key_Value1": "string",
- "key_Value2": "string",
- "key_Value3": "string",
- "key_Value4": "string",
- "key_Value5": "string",
- "navigate_Object": "string",
- "note_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all NoteReference for the given noteKey
Success
Unauthorized
Updates a specific NoteReference.
Success
Unauthorized
{- "reference_Key": 0,
- "column_Name1": "string",
- "column_Name2": "string",
- "column_Name3": "string",
- "column_Name4": "string",
- "column_Name5": "string",
- "column_Type1": "string",
- "column_Type2": "string",
- "column_Type3": "string",
- "column_Type4": "string",
- "column_Type5": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "key_Value1": "string",
- "key_Value2": "string",
- "key_Value3": "string",
- "key_Value4": "string",
- "key_Value5": "string",
- "navigate_Object": "string",
- "note_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reference_Key": 0,
- "column_Name1": "string",
- "column_Name2": "string",
- "column_Name3": "string",
- "column_Name4": "string",
- "column_Name5": "string",
- "column_Type1": "string",
- "column_Type2": "string",
- "column_Type3": "string",
- "column_Type4": "string",
- "column_Type5": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "key_Value1": "string",
- "key_Value2": "string",
- "key_Value3": "string",
- "key_Value4": "string",
- "key_Value5": "string",
- "navigate_Object": "string",
- "note_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple NoteReference at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "reference_Key": 0,
- "column_Name1": "string",
- "column_Name2": "string",
- "column_Name3": "string",
- "column_Name4": "string",
- "column_Name5": "string",
- "column_Type1": "string",
- "column_Type2": "string",
- "column_Type3": "string",
- "column_Type4": "string",
- "column_Type5": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "key_Value1": "string",
- "key_Value2": "string",
- "key_Value3": "string",
- "key_Value4": "string",
- "key_Value5": "string",
- "navigate_Object": "string",
- "note_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}