Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personId |
The person identifier. |
integer |
Required |
Body Parameters
The person.
Nano.Person| Name | Description | Type | Additional information |
|---|---|---|---|
| birthdate |
Gets or sets the birthdate. |
string |
None. |
| disposition |
Gets or sets the disposition. |
string |
None. |
| educationYears |
Gets or sets the education years. |
integer |
None. |
| firstName |
Gets or sets the first name. |
string |
None. |
| generation |
Gets or sets the generation. |
string |
None. |
| lastName |
Gets or sets the last name. |
string |
None. |
| middleName |
Gets or sets the middle name. |
string |
None. |
| nickName |
Gets or sets the nick name. |
string |
None. |
| order |
Gets or sets the order. |
integer |
None. |
| ssn |
Gets or sets the SSN. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| demographicPersonDetail |
Gets or sets the demographic person detail identifier. |
integer |
None. |
| governmentLoanPersonDetail |
Gets or sets the government loan person detail identifier. |
integer |
None. |
| marriage |
Gets or sets the marriage identifier. |
integer |
None. |
| personDetail |
Gets or sets the person detail identifier. |
integer |
None. |
| id |
Gets or sets the person identifier. |
integer |
None. |
| personType |
Gets or sets the person type identifier. |
integer |
None. |
| powerOfAttorneyPerson |
Gets or sets the power of attorney person. |
integer |
None. |
| addressHistories |
Gets or sets the person address history identifiers. |
Collection of integer |
None. |
| answers |
Gets or sets the answer identifiers. |
Collection of integer |
None. |
| assets |
Gets or sets the asset identifiers. |
Collection of integer |
None. |
| communicationMethods |
Gets or sets the communication method identifiers. |
Collection of integer |
None. |
| creditInquiries |
Gets or sets the credit inquiry identifiers. |
Collection of integer |
None. |
| CreditReportErrors |
Gets or sets the credit report error ids. |
Collection of integer |
None. |
| creditReports |
Gets or sets the credit report identifiers. |
Collection of integer |
None. |
| CreditScores |
Gets or sets the credit score identifiers. |
Collection of integer |
None. |
| employers |
Gets or sets the employer identifiers. |
Collection of integer |
None. |
| incomes |
Gets or sets the income identifiers. |
Collection of integer |
None. |
| liabilities |
Gets or sets the liability identifiers. |
Collection of integer |
None. |
| militaryHistories |
Gets or sets the military history identifiers. |
Collection of integer |
None. |
| occupiedProperties |
Gets or sets the occupied property identifiers. |
Collection of integer |
None. |
| ownedProperties |
Gets or sets the owned property identifiers. |
Collection of integer |
None. |
| personAliases |
Gets or sets the person alias identifiers. |
Collection of integer |
None. |
| personAuthorizations |
Gets or sets the person authorization identifiers. |
Collection of integer |
None. |
| personDependents |
Gets or sets the person dependent identifiers. |
Collection of integer |
None. |
| personProfileValues |
Gets or sets the person profile values identifiers. |
Collection of integer |
None. |
| powerOfAttorneyOverPersons |
Gets or sets the power of attorney over persons. |
Collection of integer |
None. |
| previousGovernmentLoans |
Gets or sets the previous government loan identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{
"birthdate": "sample String 1",
"disposition": "sample String 2",
"educationYears": 1,
"firstName": "sample String 3",
"generation": "sample String 4",
"lastName": "sample String 5",
"middleName": "sample String 6",
"nickName": "sample String 7",
"order": 1,
"ssn": "sample String 8",
"app": "9",
"demographicPersonDetail": "1",
"governmentLoanPersonDetail": "1",
"marriage": "1",
"personDetail": "1",
"id": "10",
"personType": "11",
"powerOfAttorneyPerson": "1",
"addressHistories": [
"1",
"2"
],
"answers": [
"1",
"2"
],
"assets": [
"1",
"2"
],
"communicationMethods": [
"1",
"2"
],
"creditInquiries": [
"1",
"2"
],
"CreditReportErrors": [
"1",
"2"
],
"creditReports": [
"1",
"2"
],
"CreditScores": [
"1",
"2"
],
"employers": [
"1",
"2"
],
"incomes": [
"1",
"2"
],
"liabilities": [
"1",
"2"
],
"militaryHistories": [
"1",
"2"
],
"occupiedProperties": [
"1",
"2"
],
"ownedProperties": [
"1",
"2"
],
"personAliases": [
"1",
"2"
],
"personAuthorizations": [
"1",
"2"
],
"personDependents": [
"1",
"2"
],
"personProfileValues": [
"1",
"2"
],
"powerOfAttorneyOverPersons": [
"1",
"2"
],
"previousGovernmentLoans": [
"1",
"2"
]
}
text/html
{"birthdate":"sample String 1","disposition":"sample String 2","educationYears":1,"firstName":"sample String 3","generation":"sample String 4","lastName":"sample String 5","middleName":"sample String 6","nickName":"sample String 7","order":1,"ssn":"sample String 8","app":"9","demographicPersonDetail":"1","governmentLoanPersonDetail":"1","marriage":"1","personDetail":"1","id":"10","personType":"11","powerOfAttorneyPerson":"1","addressHistories":["1","2"],"answers":["1","2"],"assets":["1","2"],"communicationMethods":["1","2"],"creditInquiries":["1","2"],"CreditReportErrors":["1","2"],"creditReports":["1","2"],"CreditScores":["1","2"],"employers":["1","2"],"incomes":["1","2"],"liabilities":["1","2"],"militaryHistories":["1","2"],"occupiedProperties":["1","2"],"ownedProperties":["1","2"],"personAliases":["1","2"],"personAuthorizations":["1","2"],"personDependents":["1","2"],"personProfileValues":["1","2"],"powerOfAttorneyOverPersons":["1","2"],"previousGovernmentLoans":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated person.
Nano.Person| Name | Description | Type | Additional information |
|---|---|---|---|
| birthdate |
Gets or sets the birthdate. |
string |
None. |
| disposition |
Gets or sets the disposition. |
string |
None. |
| educationYears |
Gets or sets the education years. |
integer |
None. |
| firstName |
Gets or sets the first name. |
string |
None. |
| generation |
Gets or sets the generation. |
string |
None. |
| lastName |
Gets or sets the last name. |
string |
None. |
| middleName |
Gets or sets the middle name. |
string |
None. |
| nickName |
Gets or sets the nick name. |
string |
None. |
| order |
Gets or sets the order. |
integer |
None. |
| ssn |
Gets or sets the SSN. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| demographicPersonDetail |
Gets or sets the demographic person detail identifier. |
integer |
None. |
| governmentLoanPersonDetail |
Gets or sets the government loan person detail identifier. |
integer |
None. |
| marriage |
Gets or sets the marriage identifier. |
integer |
None. |
| personDetail |
Gets or sets the person detail identifier. |
integer |
None. |
| id |
Gets or sets the person identifier. |
integer |
None. |
| personType |
Gets or sets the person type identifier. |
integer |
None. |
| powerOfAttorneyPerson |
Gets or sets the power of attorney person. |
integer |
None. |
| addressHistories |
Gets or sets the person address history identifiers. |
Collection of integer |
None. |
| answers |
Gets or sets the answer identifiers. |
Collection of integer |
None. |
| assets |
Gets or sets the asset identifiers. |
Collection of integer |
None. |
| communicationMethods |
Gets or sets the communication method identifiers. |
Collection of integer |
None. |
| creditInquiries |
Gets or sets the credit inquiry identifiers. |
Collection of integer |
None. |
| CreditReportErrors |
Gets or sets the credit report error ids. |
Collection of integer |
None. |
| creditReports |
Gets or sets the credit report identifiers. |
Collection of integer |
None. |
| CreditScores |
Gets or sets the credit score identifiers. |
Collection of integer |
None. |
| employers |
Gets or sets the employer identifiers. |
Collection of integer |
None. |
| incomes |
Gets or sets the income identifiers. |
Collection of integer |
None. |
| liabilities |
Gets or sets the liability identifiers. |
Collection of integer |
None. |
| militaryHistories |
Gets or sets the military history identifiers. |
Collection of integer |
None. |
| occupiedProperties |
Gets or sets the occupied property identifiers. |
Collection of integer |
None. |
| ownedProperties |
Gets or sets the owned property identifiers. |
Collection of integer |
None. |
| personAliases |
Gets or sets the person alias identifiers. |
Collection of integer |
None. |
| personAuthorizations |
Gets or sets the person authorization identifiers. |
Collection of integer |
None. |
| personDependents |
Gets or sets the person dependent identifiers. |
Collection of integer |
None. |
| personProfileValues |
Gets or sets the person profile values identifiers. |
Collection of integer |
None. |
| powerOfAttorneyOverPersons |
Gets or sets the power of attorney over persons. |
Collection of integer |
None. |
| previousGovernmentLoans |
Gets or sets the previous government loan identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"birthdate": "sample String 1",
"disposition": "sample String 2",
"educationYears": 1,
"firstName": "sample String 3",
"generation": "sample String 4",
"lastName": "sample String 5",
"middleName": "sample String 6",
"nickName": "sample String 7",
"order": 1,
"ssn": "sample String 8",
"app": "9",
"demographicPersonDetail": "1",
"governmentLoanPersonDetail": "1",
"marriage": "1",
"personDetail": "1",
"id": "10",
"personType": "11",
"powerOfAttorneyPerson": "1",
"addressHistories": [
"1",
"2"
],
"answers": [
"1",
"2"
],
"assets": [
"1",
"2"
],
"communicationMethods": [
"1",
"2"
],
"creditInquiries": [
"1",
"2"
],
"CreditReportErrors": [
"1",
"2"
],
"creditReports": [
"1",
"2"
],
"CreditScores": [
"1",
"2"
],
"employers": [
"1",
"2"
],
"incomes": [
"1",
"2"
],
"liabilities": [
"1",
"2"
],
"militaryHistories": [
"1",
"2"
],
"occupiedProperties": [
"1",
"2"
],
"ownedProperties": [
"1",
"2"
],
"personAliases": [
"1",
"2"
],
"personAuthorizations": [
"1",
"2"
],
"personDependents": [
"1",
"2"
],
"personProfileValues": [
"1",
"2"
],
"powerOfAttorneyOverPersons": [
"1",
"2"
],
"previousGovernmentLoans": [
"1",
"2"
]
}
text/html
{"birthdate":"sample String 1","disposition":"sample String 2","educationYears":1,"firstName":"sample String 3","generation":"sample String 4","lastName":"sample String 5","middleName":"sample String 6","nickName":"sample String 7","order":1,"ssn":"sample String 8","app":"9","demographicPersonDetail":"1","governmentLoanPersonDetail":"1","marriage":"1","personDetail":"1","id":"10","personType":"11","powerOfAttorneyPerson":"1","addressHistories":["1","2"],"answers":["1","2"],"assets":["1","2"],"communicationMethods":["1","2"],"creditInquiries":["1","2"],"CreditReportErrors":["1","2"],"creditReports":["1","2"],"CreditScores":["1","2"],"employers":["1","2"],"incomes":["1","2"],"liabilities":["1","2"],"militaryHistories":["1","2"],"occupiedProperties":["1","2"],"ownedProperties":["1","2"],"personAliases":["1","2"],"personAuthorizations":["1","2"],"personDependents":["1","2"],"personProfileValues":["1","2"],"powerOfAttorneyOverPersons":["1","2"],"previousGovernmentLoans":["1","2"]}
application/vnd.api+json
Sample not available.