Add file attachment to the current business
Add file attachment to the current business.
Path parameters
-
User id
-
File type
Values are
commercial_register
,authorization
, orlegal_structure
.
POST /users/{user_id}/kyc/businesses/file/{type}
curl \
-X POST https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/businesses/file/{type} \
-H "Content-Type: application/json" \
-d '{"attachment":{}}'
Request example
{
"attachment": {}
}
Request examples
{
"attachment": {}
}
Response examples (201)
{
"id": "string",
"filename": "string",
"document_type": "string"
}
Response examples (201)
{
"id": "string",
"filename": "string",
"document_type": "string"
}