QuoteCustomFieldValues_Update_Quote
#
Description#
This function updates a custom field in from a quote.
Request Parameters#
Parameter |
Type | Description |
---|---|---|
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 QuoteCustomFieldValues_Update_Quote |
quote_id |
Number | The id number of the quote to be updated |
quote_id.code |
String | The custom field code to be updated |
quote_id.value |
String | The custom field value to add |
Response Parameters#
Parameter |
Type | Description |
---|---|---|
success |
Boolean | Boolean value indicating if the API request was successful |
Example Request#
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"function": "Module",
"module_code": "quote",
"module_function": "QuoteCustomFieldValues_Update_Quote",
"quote_id": 123456
}