ReDoc documentation
Get list of reference document links
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- { }
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}
Save reference document link
required | object (negotiable-quote-template-data-reference-document-link-interface) Interface ReferenceDocumentLinkInterface |
401 Unauthorized
Internal Server error
Unexpected error
{- "referenceDocumentLink": {
- "link_id": 0,
- "template_id": 0,
- "document_name": "string",
- "document_identifier": "string",
- "reference_document_url": "string",
- "created_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"
}