Skip to main content
Version: Current

Insert document

Insert document darsoft data from S3.

Parametry dokukmentu zapisanego na S3.

doc_data

mutation darsoftInsertDocument($awizacja_skup_id: String = "", $client_code: String = "", $document_type: String = "", $file_ext: String = "", $file_name: String = "", $file_type: String = "", $folder_name: String = "", $s3_server: String = "", $user_name: String = "", $awizacja_wydania_id: String = "", $wewnetrzne_id: String = "") {
insert_docs_darsoft(objects: {awizacja_skup_id: $awizacja_skup_id, client_code: $client_code, document_type: $document_type, file_ext: $file_ext, file_name: $file_name, file_type: $file_type, folder_name: $folder_name, s3_server: $s3_server, user_name: $user_name, awizacja_wydania_id: $awizacja_wydania_id, wewnetrzne_id: $wewnetrzne_id}) {
affected_rows
returning {
awizacja_skup_id
awizacja_wydania_id
client_code
document_type
file_ext
file_name
file_type
folder_name
s3_server
user_name
wewnetrzne_id
}
}
}