LeaseDocumentDto¶
Example Json Object
1{
2 "id": 0,
3 "objectType": "MASTER_AGREEMENT",
4 "objectId": 0,
5 "displayId": "string",
6 "description": "string",
7 "fileName": "string",
8 "fileFormat": "string",
9 "historical": true,
10 "fileStorageId": "string",
11 "uploadStatus": "IN_PROGRESS"
12}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
objectType |
string |
true |
none |
none |
objectId |
integer(int64) |
false |
none |
none |
displayId |
string |
true |
none |
none |
description |
string |
false |
none |
none |
fileName |
string |
false |
none |
none |
fileFormat |
string |
false |
none |
none |
historical |
boolean |
false |
none |
none |
fileStorageId |
string |
false |
none |
none |
uploadStatus |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
objectType |
ACTIVATION_GROUP, CONTRACT, LEASE_COMPONENT, MASTER_AGREEMENT |
uploadStatus |
FAILED, INVALID, IN_PROGRESS, UPLOADED |