UploadRentalContractDocumentInput
No description
input UploadRentalContractDocumentInput {
description: String
foreignId: String!
mimeType: String
name: String
provider: DocumentProviderEnum!
}
Fields
| Nom | Type | Description |
|---|---|---|
| description | String scalar | Optional description of the document. |
| foreignId | String! non-null scalar | External identifier of the document. Linked to the provider |
| mimeType | String scalar | MIME type of the document (e.g. application/pdf). |
| name | String scalar | Display name of the document. |
| provider | DocumentProviderEnum! non-null enum | Document storage provider (e.g. uploadcare). uploadContractDocumentFile |