MassUploadChunkCheckResponse¶
Example Json Object
1{
2 "extension": "string",
3 "message": "string",
4 "needMerge": true,
5 "resourceId": 0,
6 "result": true,
7 "skipUpload": true,
8 "timestamp": "2019-08-24T14:15:22Z",
9 "title": "string",
10 "uploaded": [
11 0
12 ]
13}
📄 Description: Data transfer object representing the response for a mass upload chunk check within the Nakisa Portfolio Management Suite, providing validation results and status updates for portfolio and asset data uploads in the context of real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
extension |
string |
false |
none |
Specifies the file extension of the uploaded asset data, facilitating accurate processing and analytics within the Nakisa Portfolio Management Suite. |
message |
string |
false |
none |
Contains a descriptive message related to the status or outcome of the mass upload process within the Nakisa Portfolio Management Suite, providing insights for portfolio, asset, and real estate property analytics. |
needMerge |
boolean |
false |
none |
Boolean flag indicating needMerge status |
resourceId |
integer(int64) |
false |
none |
Unique identifier for the resource |
result |
boolean |
false |
none |
Boolean flag indicating result status |
skipUpload |
boolean |
false |
none |
Boolean flag indicating skipUpload status |
timestamp |
string(date-time) |
false |
none |
Timestamp of the resource |
title |
string |
false |
none |
Title of the resource |
uploaded |
[integer] |
false |
none |
List of uploaded items |