ReDoc documentation
Edit a quote template.
required | object (negotiable-quote-template-data-template-interface) Interface TemplateInterface |
401 Unauthorized
Unexpected error
{- "template": {
- "template_id": 0,
- "parent_quote_id": 0,
- "template_name": "string",
- "status": "string",
- "expiration_date": "string",
- "creator_id": 0,
- "creator_type": 0,
- "min_orders": 0,
- "max_orders": 0,
- "is_min_max_qty_used": true,
- "activated_at": "string",
- "last_shared_at": "string",
- "inactivated_at": "string",
- "created_at": "string",
- "updated_at": "string",
- "extension_attributes": { }
}
}
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}