Skip to content

QuoteNoteList_Delete#

This function deletes a note from a quote.

Request Body Parameters#

Parameter
Type Description
store_code String Store Code to run the function against. Found in the Miva Admin under Settings > Store Details
function String For module level functions this parameter will always have the value Module
module_code String The module code will always have the value quote for this function
module_function String Specifies the function being executed, in this case QuoteNoteList_Delete
quote_id
edit_quote
quote_code
Number
String
String
The id of the quote
The code of the quote
The code of the quote
note_ids Number The id number of the note being deleted

Response Body Parameters#

Parameter
Type Description
success Boolean Boolean value indicating if the API request was successful
processed Number Number of note changes processed

Example Request#

{
    "Store_code": "beta",
    "Function": "Module",
    "Module_Code": "quote",
    "Module_Function": "QuoteNoteList_Delete",
    "Quote_ID": 1008,
    "Note_IDs": 14
}

Example Response#

{
    "success": 1,
    "processed": 1
}

Error Responses#

Error Code Error Message Error Description
MER-UTL-QUOTES-00343 Quote not found Quote not found
MER-UTL-QUOTES-00346 Unable to load quote: One of Quote_ID, Edit_Quote, or Quote_Code must be specified Unable to load quote