POST api/Origami/Tenant

GetAllTenants

Request Information

Parameters

NameDescriptionAdditional information
tenant
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DBAName": "sample string 1",
  "InsuredID": 2,
  "LeaseNumber": "sample string 3",
  "TenantNumber": "sample string 4",
  "PropertyName": "sample string 5",
  "PropertyNumber": "sample string 6",
  "PropertyManager": "sample string 7",
  "PropertyManagerEmail": "sample string 8",
  "LeaseStatus": "sample string 9",
  "LeaseBeginDate": "2024-11-26T09:37:15.1145611+00:00",
  "LeaseActualMoveOutDate": "2024-11-26T09:37:15.1145611+00:00",
  "CurrentTenantContactName": "sample string 10",
  "CurrentTenantAddress1": "sample string 11",
  "CurrentTenantAddress2": "sample string 12",
  "CurrentTenantCity": "sample string 13",
  "CurrentTenantState": "sample string 14",
  "CurrentTenantPostalCode": "sample string 15",
  "CurrentTenantEmail": "sample string 16",
  "LeaseVersion": 1.1,
  "ActualOutDate": "2024-11-26T09:37:15.1145611+00:00",
  "LeaseType": "sample string 17",
  "CurrentTenantAddress3": "sample string 18",
  "Entity1": "sample string 19",
  "Entity2": "sample string 20"
}

text/javascript

Sample:
{"DBAName":"sample string 1","InsuredID":2,"LeaseNumber":"sample string 3","TenantNumber":"sample string 4","PropertyName":"sample string 5","PropertyNumber":"sample string 6","PropertyManager":"sample string 7","PropertyManagerEmail":"sample string 8","LeaseStatus":"sample string 9","LeaseBeginDate":"2024-11-26T09:37:15.1145611+00:00","LeaseActualMoveOutDate":"2024-11-26T09:37:15.1145611+00:00","CurrentTenantContactName":"sample string 10","CurrentTenantAddress1":"sample string 11","CurrentTenantAddress2":"sample string 12","CurrentTenantCity":"sample string 13","CurrentTenantState":"sample string 14","CurrentTenantPostalCode":"sample string 15","CurrentTenantEmail":"sample string 16","LeaseVersion":1.1,"ActualOutDate":"2024-11-26T09:37:15.1145611+00:00","LeaseType":"sample string 17","CurrentTenantAddress3":"sample string 18","Entity1":"sample string 19","Entity2":"sample string 20"}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrigamiTenantDTO'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "EchoFields": "sample string 1",
  "IsSuccessful": true,
  "RecordID": 3,
  "Message": "sample string 4",
  "Warnings": "sample string 5",
  "RecordNumber": 6
}

text/javascript

Sample:
{"EchoFields":"sample string 1","IsSuccessful":true,"RecordID":3,"Message":"sample string 4","Warnings":"sample string 5","RecordNumber":6}