upload_document_payload = [ | |
( | |
{"file_content": b"%PDF-1.4\n%Test PDF content\n", "file_name": "test.pdf", "content_type": "application/pdf"}, | |
{ | |
"application_id": "275", | |
"user_profile_id": "253", | |
"user_id": "425", | |
"document_type_id": "1", | |
"document_sub_type_id": "9", | |
"document_title": "Test DL", | |
}, | |
), | |
] | |
update_document_payload = [ | |
( | |
{"file_content": b"%PDF-1.4\n%Test PDF content\n", "file_name": "test.pdf", "content_type": "application/pdf"}, | |
{"application_id": "275", "user_id": "425", "document_title": "Test DL2"}, | |
), | |
] | |