POST
/closeAPI/api/close/document
curl \
--request POST 'https://customer.trintech.com/closeAPI/api/close/document' \
--header "Content-Type: multipart/form-data" \
--form 'documentRequest={"name":"string","filename":"string","mimeType":"string","periodId":42}' \
--form "file=@file"
Response examples (200)
{
"id": 42,
"name": "string",
"fileName": "string",
"size": 42
}