GET api/tenantreferencing/applications/{caseId}

Gets all tenancy referencing applications for the caseId provided

Request Information

URI Parameters

NameDescriptionTypeAdditional information
caseId

The id of the case to get applications from.

string

Required

Body Parameters

None.

Response Information

Resource Description

HomeLetApplicationDataContract

Collection of Dezrez.Core.DataContracts.External.Api.TenantReferencing.HomeLetApplicationDataContract
NameDescriptionTypeAdditional information
applicationId

string

None.

productId

integer

None.

title

string

None.

firstName

string

None.

lastName

string

None.

email

string

None.

birthDate

string

None.

employmentStatus

integer

None.

residentialStatus

integer

None.

grossIncome

decimal number

None.

hasCCJ

boolean

None.

bankAccount

Dezrez.Core.DataContracts.External.Api.TenantReferencing.HomeLetBankAccountDataContract

None.

isRentPaidInAdvance

boolean

None.

rentShare

decimal number

None.

completionMethod

integer

None.

signaturePreference

integer

None.

canEmploymentChange

boolean

None.

canContactApplicantByPhoneAndPost

boolean

None.

canContactApplicantBySMSAndEmail

boolean

None.

channel

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "applicationId": "sample string 1",
    "productId": 2,
    "title": "sample string 3",
    "firstName": "sample string 4",
    "lastName": "sample string 5",
    "email": "sample string 6",
    "birthDate": "sample string 7",
    "employmentStatus": 8,
    "residentialStatus": 9,
    "grossIncome": 10.1,
    "hasCCJ": true,
    "bankAccount": {
      "accountNumber": "sample string 1",
      "accountSortcode": "sample string 2"
    },
    "isRentPaidInAdvance": true,
    "rentShare": 13.1,
    "completionMethod": 14,
    "signaturePreference": 15,
    "canEmploymentChange": true,
    "canContactApplicantByPhoneAndPost": true,
    "canContactApplicantBySMSAndEmail": true,
    "channel": "sample string 19"
  },
  {
    "applicationId": "sample string 1",
    "productId": 2,
    "title": "sample string 3",
    "firstName": "sample string 4",
    "lastName": "sample string 5",
    "email": "sample string 6",
    "birthDate": "sample string 7",
    "employmentStatus": 8,
    "residentialStatus": 9,
    "grossIncome": 10.1,
    "hasCCJ": true,
    "bankAccount": {
      "accountNumber": "sample string 1",
      "accountSortcode": "sample string 2"
    },
    "isRentPaidInAdvance": true,
    "rentShare": 13.1,
    "completionMethod": 14,
    "signaturePreference": 15,
    "canEmploymentChange": true,
    "canContactApplicantByPhoneAndPost": true,
    "canContactApplicantBySMSAndEmail": true,
    "channel": "sample string 19"
  }
]