Favourite/RemoveFavourite
Interface Function
Bookmark/unbookmark the document
Request Parameter
Parameter | Type | Remarks |
---|---|---|
DocumentId | String | Document Id |
StaffName | String | User name |
UserId | String | The UserId of user , guid format |
EntityName | String | Form alias, the identity of the form |
Return Data Type(Data)
int 1 means success
Input Sample
{
"DocumentId": "1234567890",
"UserId": "90aacf16-a039-49bf-8605-8de3ddac879c",
"EntityName": "DemoFormAlias",
"StaffName":"DemoUser"
}
Return Sample
{
"StatusCode": 200,
"Info": "Request (or process) succeeded",
"Data": 1
}