File size: 675 Bytes
ef1ad9e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"},
    ),
]