Request Information

URI Parameters

NameDescriptionTypeAdditional information
employerId

The employer identifier.

integer

Required

Body Parameters

The employer.

Nano.Employer
NameDescriptionTypeAdditional information
borrowerEmployerRelationship

Gets or sets the borrower employer relationship.

string

None.

disposition

Gets or sets the disposition.

string

None.

endDate

Gets or sets the end date.

string

None.

isSelfEmployed

Gets or sets a value indicating whether it is self employed.

boolean

None.

lineOfWorkMonths

Gets or sets the line of work months.

integer

None.

lineOfWorkYears

Gets or sets the line of work years.

integer

None.

name

Gets or sets the name.

string

None.

ownershipPercentage

Gets or sets the ownership percentage.

decimal number

None.

position

Gets or sets the position.

string

None.

source

Gets or sets the source.

string

None.

startDate

Gets or sets the start date.

string

None.

status

Gets or sets the status.

string

None.

address

Gets or sets the address identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the employer identifier.

integer

None.

communicationMethods

Gets or sets the communication method identifiers.

Collection of integer

None.

incomes

Gets or sets the income identifiers.

Collection of integer

None.

persons

Gets or sets the person identifiers.

Collection of integer

None.

verifications

Gets or sets the verification identifiers.

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "borrowerEmployerRelationship": "sample String 1",
  "disposition": "sample String 2",
  "endDate": "sample String 3",
  "isSelfEmployed": true,
  "lineOfWorkMonths": 1,
  "lineOfWorkYears": 1,
  "name": "sample String 4",
  "ownershipPercentage": 1.0,
  "position": "sample String 5",
  "source": "sample String 6",
  "startDate": "sample String 7",
  "status": "sample String 8",
  "address": "1",
  "app": "9",
  "id": "10",
  "communicationMethods": [
    "1",
    "2"
  ],
  "incomes": [
    "1",
    "2"
  ],
  "persons": [
    "1",
    "2"
  ],
  "verifications": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"borrowerEmployerRelationship":"sample String 1","disposition":"sample String 2","endDate":"sample String 3","isSelfEmployed":true,"lineOfWorkMonths":1,"lineOfWorkYears":1,"name":"sample String 4","ownershipPercentage":1.0,"position":"sample String 5","source":"sample String 6","startDate":"sample String 7","status":"sample String 8","address":"1","app":"9","id":"10","communicationMethods":["1","2"],"incomes":["1","2"],"persons":["1","2"],"verifications":["1","2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated employer.

Nano.Employer
NameDescriptionTypeAdditional information
borrowerEmployerRelationship

Gets or sets the borrower employer relationship.

string

None.

disposition

Gets or sets the disposition.

string

None.

endDate

Gets or sets the end date.

string

None.

isSelfEmployed

Gets or sets a value indicating whether it is self employed.

boolean

None.

lineOfWorkMonths

Gets or sets the line of work months.

integer

None.

lineOfWorkYears

Gets or sets the line of work years.

integer

None.

name

Gets or sets the name.

string

None.

ownershipPercentage

Gets or sets the ownership percentage.

decimal number

None.

position

Gets or sets the position.

string

None.

source

Gets or sets the source.

string

None.

startDate

Gets or sets the start date.

string

None.

status

Gets or sets the status.

string

None.

address

Gets or sets the address identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the employer identifier.

integer

None.

communicationMethods

Gets or sets the communication method identifiers.

Collection of integer

None.

incomes

Gets or sets the income identifiers.

Collection of integer

None.

persons

Gets or sets the person identifiers.

Collection of integer

None.

verifications

Gets or sets the verification identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "borrowerEmployerRelationship": "sample String 1",
  "disposition": "sample String 2",
  "endDate": "sample String 3",
  "isSelfEmployed": true,
  "lineOfWorkMonths": 1,
  "lineOfWorkYears": 1,
  "name": "sample String 4",
  "ownershipPercentage": 1.0,
  "position": "sample String 5",
  "source": "sample String 6",
  "startDate": "sample String 7",
  "status": "sample String 8",
  "address": "1",
  "app": "9",
  "id": "10",
  "communicationMethods": [
    "1",
    "2"
  ],
  "incomes": [
    "1",
    "2"
  ],
  "persons": [
    "1",
    "2"
  ],
  "verifications": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"borrowerEmployerRelationship":"sample String 1","disposition":"sample String 2","endDate":"sample String 3","isSelfEmployed":true,"lineOfWorkMonths":1,"lineOfWorkYears":1,"name":"sample String 4","ownershipPercentage":1.0,"position":"sample String 5","source":"sample String 6","startDate":"sample String 7","status":"sample String 8","address":"1","app":"9","id":"10","communicationMethods":["1","2"],"incomes":["1","2"],"persons":["1","2"],"verifications":["1","2"]}

application/vnd.api+json

Sample:

Sample not available.