Note_Delete
#
Description#
This function allows you to delete a note.
Request Body Parameters#
Parameter |
Type | Description |
---|---|---|
Note_ID |
Number | Note Id to Delete |
Response Parameters#
Parameter |
Type | Description |
---|---|---|
success |
boolean | Boolean value indicating if the request was successful |
Example Request#
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"Function": "Note_Delete",
"Note_ID": 1
}
Example Response#
{
"success": 1
}