patch https://uat-api.synapsefi.com/v3.1/users/#######
Add sub documents to a user's base document
Request Body
Key | Type | Description |
---|---|---|
documents[] | array of objects | [Required] List of base documents with the sub-documents you would like to add |
Base Document Object w/ Sub-Document Objects
Key | Table | Description |
---|---|---|
id | string | [Required] Base document ID |
physical_docs[] | array of objects | List of physical documents you would like to add. See Sub-Documents for more information |
social_docs[] | array of objects | List of social documents you would like to add. See Sub-Documents for more information |
virtual_docs[] | array of objects | List of virtual documents you would like to add. See Sub-Documents for more information |