Request Information

URI Parameters

NameDescriptionTypeAdditional information
borrowerDocumentId

The borrower document identifier.

integer

Required

Body Parameters

The borrower document.

MyAccount.BorrowerDocument
NameDescriptionTypeAdditional information
id

Gets or sets the borrower document identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

conditions

Gets the condition identifiers.

Collection of integer

None.

fileName

Gets or sets the name of the file.

string

None.

url

Gets or sets the URL.

URI

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "1",
  "app": "2",
  "conditions": [],
  "fileName": "sample String 3",
  "url": "http://webapihelppage4.com"
}

text/html

Sample:
{"id":"1","app":"2","conditions":[],"fileName":"sample String 3","url":"http://webapihelppage4.com"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated borrower document.

MyAccount.BorrowerDocument
NameDescriptionTypeAdditional information
id

Gets or sets the borrower document identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

conditions

Gets the condition identifiers.

Collection of integer

None.

fileName

Gets or sets the name of the file.

string

None.

url

Gets or sets the URL.

URI

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "1",
  "app": "2",
  "conditions": [],
  "fileName": "sample String 3",
  "url": "http://webapihelppage4.com"
}

text/html

Sample:
{"id":"1","app":"2","conditions":[],"fileName":"sample String 3","url":"http://webapihelppage4.com"}