create_documents

Function create_documents 

Source
pub async fn create_documents(
    configuration: &Configuration,
    booking_id: &str,
    document_request: DocumentRequest,
    requestor: Option<&str>,
    accept_language: Option<&str>,
    traceparent: Option<&str>,
    tracestate: Option<&str>,
) -> Result<DocumentCollectionResponse, Error<CreateDocumentsError>>