ReDoc documentation
Delete a quote template.
401 Unauthorized
Internal Server error
Unexpected error
{- "code": 0,
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
]
}
], - "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
], - "trace": "string"
}Return the negotiable quote template for a specified quote ID.
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "activated_at": "string",
- "created_at": "string",
- "creator_id": 0,
- "creator_type": 0,
- "expiration_date": "string",
- "extension_attributes": { },
- "inactivated_at": "string",
- "is_min_max_qty_used": true,
- "last_shared_at": "string",
- "max_orders": 0,
- "min_orders": 0,
- "parent_quote_id": 0,
- "status": "string",
- "template_id": 0,
- "template_name": "string",
- "updated_at": "string"
}