POST api/VND/COI/UploadDocument

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
documentUploadRequest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DomainTypeId": 1,
  "FileName": "sample string 2",
  "FileContent": "sample string 3",
  "FileContentType": "sample string 4",
  "DocumentTypeId": 5,
  "DocumentDate": "2026-04-29T23:33:05.4373585+00:00",
  "DocumentUrl": "sample string 6",
  "ProcessingStatusTypeId": 1,
  "DocumentSourceId": 7,
  "ParentTenantName": "sample string 8",
  "TenanatInfoModels": [
    {
      "PropertyId": "sample string 1",
      "LeaseNumber": 1,
      "UnitNumber": "sample string 2",
      "TenantName": "sample string 3",
      "TenantEmail": "sample string 4",
      "TenantPhone": "sample string 5"
    },
    {
      "PropertyId": "sample string 1",
      "LeaseNumber": 1,
      "UnitNumber": "sample string 2",
      "TenantName": "sample string 3",
      "TenantEmail": "sample string 4",
      "TenantPhone": "sample string 5"
    },
    {
      "PropertyId": "sample string 1",
      "LeaseNumber": 1,
      "UnitNumber": "sample string 2",
      "TenantName": "sample string 3",
      "TenantEmail": "sample string 4",
      "TenantPhone": "sample string 5"
    }
  ]
}

text/javascript

Sample:
{"DomainTypeId":1,"FileName":"sample string 2","FileContent":"sample string 3","FileContentType":"sample string 4","DocumentTypeId":5,"DocumentDate":"2026-04-29T23:33:05.4373585+00:00","DocumentUrl":"sample string 6","ProcessingStatusTypeId":1,"DocumentSourceId":7,"ParentTenantName":"sample string 8","TenanatInfoModels":[{"PropertyId":"sample string 1","LeaseNumber":1,"UnitNumber":"sample string 2","TenantName":"sample string 3","TenantEmail":"sample string 4","TenantPhone":"sample string 5"},{"PropertyId":"sample string 1","LeaseNumber":1,"UnitNumber":"sample string 2","TenantName":"sample string 3","TenantEmail":"sample string 4","TenantPhone":"sample string 5"},{"PropertyId":"sample string 1","LeaseNumber":1,"UnitNumber":"sample string 2","TenantName":"sample string 3","TenantEmail":"sample string 4","TenantPhone":"sample string 5"}]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, text/javascript

Sample:

Sample not available.