Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
demographicPersonDetailId |
The demographic person detail identifier. |
integer |
Required |
Body Parameters
The demographic person detail.
Nano.DemographicPersonDetailName | Description | Type | Additional information |
---|---|---|---|
applicationMethod |
Gets or sets the application method. |
string |
None. |
isAfricanAmerican |
Gets or sets a value indicating whether the person is african american. |
boolean |
None. |
isAmericanIndianOrAlaskan |
Gets or sets a value indicating whether the person is american indian or alaskan. |
boolean |
None. |
isAsian |
Gets or sets a value indicating whether the person is asian. |
boolean |
None. |
isAsianIndian |
Gets or sets a value indicating whether the person is asian indian. |
boolean |
None. |
isChinese |
Gets or sets a value indicating whether the person is chinese. |
boolean |
None. |
isCuban |
Gets or sets a value indicating whether the person is cuban. |
boolean |
None. |
isFilipino |
Gets or sets a value indicating whether the person is filipino. |
boolean |
None. |
isGuamanian |
Gets or sets a value indicating whether the person is guamanian. |
boolean |
None. |
isHispanic |
Gets or sets a value indicating whether the person is hispanic. |
boolean |
None. |
isJapanese |
Gets or sets a value indicating whether the person is japanese. |
boolean |
None. |
isKorean |
Gets or sets a value indicating whether the person is korean. |
boolean |
None. |
isMexican |
Gets or sets a value indicating whether the person is mexican. |
boolean |
None. |
isNativeHawaiian |
Gets or sets a value indicating whether the person is native hawaiian. |
boolean |
None. |
isOtherAsian |
Gets or sets a value indicating whether the person is other asian. |
boolean |
None. |
isOtherHispanic |
Gets or sets a value indicating whether the person is other hispanic. |
boolean |
None. |
isOtherPacificIslander |
Gets or sets a value indicating whether the person is other pacific islander. |
boolean |
None. |
isPacificIslander |
Gets or sets a value indicating whether the person is pacific islander. |
boolean |
None. |
isPuertoRican |
Gets or sets a value indicating whether the person is puerto rican. |
boolean |
None. |
isSamoan |
Gets or sets a value indicating whether the person is samoan. |
boolean |
None. |
isVietnamese |
Gets or sets a value indicating whether the person is vietnamese. |
boolean |
None. |
isWhite |
Gets or sets a value indicating whether the person is white. |
boolean |
None. |
observedEthnicity |
Gets or sets a value indicating whether the ethnicity was observed. |
boolean |
None. |
observedRace |
Gets or sets a value indicating whether the race was observed. |
boolean |
None. |
observedSex |
Gets or sets a value indicating whether the sex was observed. |
boolean |
None. |
otherAsianRaceDescription |
Gets or sets the other asian race description. |
string |
None. |
otherHispanicDescription |
Gets or sets the other hispanic description. |
string |
None. |
otherPacificIslanderDescription |
Gets or sets the other pacific islander description. |
string |
None. |
principalTribe |
Gets or sets the principal tribe. |
string |
None. |
sex |
Gets or sets the sex. |
string |
None. |
willNotDiscloseEthnicity |
Gets or sets a value indicating whether the person will not disclose ethnicity. |
boolean |
None. |
willNotDiscloseRace |
Gets or sets a value indicating whether the person will not disclose race. |
boolean |
None. |
willNotDiscloseSex |
Gets or sets a value indicating whether the person will not disclose sex. |
boolean |
None. |
id |
Gets or sets the demographic person detail identifier. |
integer |
None. |
person |
Gets or sets the person identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "applicationMethod": "sample String 1", "isAfricanAmerican": true, "isAmericanIndianOrAlaskan": true, "isAsian": true, "isAsianIndian": true, "isChinese": true, "isCuban": true, "isFilipino": true, "isGuamanian": true, "isHispanic": true, "isJapanese": true, "isKorean": true, "isMexican": true, "isNativeHawaiian": true, "isOtherAsian": true, "isOtherHispanic": true, "isOtherPacificIslander": true, "isPacificIslander": true, "isPuertoRican": true, "isSamoan": true, "isVietnamese": true, "isWhite": true, "observedEthnicity": true, "observedRace": true, "observedSex": true, "otherAsianRaceDescription": "sample String 2", "otherHispanicDescription": "sample String 3", "otherPacificIslanderDescription": "sample String 4", "principalTribe": "sample String 5", "sex": "sample String 6", "willNotDiscloseEthnicity": true, "willNotDiscloseRace": true, "willNotDiscloseSex": true, "id": "10", "person": "11" }
text/html
{"applicationMethod":"sample String 1","isAfricanAmerican":true,"isAmericanIndianOrAlaskan":true,"isAsian":true,"isAsianIndian":true,"isChinese":true,"isCuban":true,"isFilipino":true,"isGuamanian":true,"isHispanic":true,"isJapanese":true,"isKorean":true,"isMexican":true,"isNativeHawaiian":true,"isOtherAsian":true,"isOtherHispanic":true,"isOtherPacificIslander":true,"isPacificIslander":true,"isPuertoRican":true,"isSamoan":true,"isVietnamese":true,"isWhite":true,"observedEthnicity":true,"observedRace":true,"observedSex":true,"otherAsianRaceDescription":"sample String 2","otherHispanicDescription":"sample String 3","otherPacificIslanderDescription":"sample String 4","principalTribe":"sample String 5","sex":"sample String 6","willNotDiscloseEthnicity":true,"willNotDiscloseRace":true,"willNotDiscloseSex":true,"id":"10","person":"11"}
application/xml, text/xml
<DemographicPersonDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ApplicationMethod>sample String 1</ApplicationMethod> <IsAfricanAmerican>true</IsAfricanAmerican> <IsAmericanIndianOrAlaskan>true</IsAmericanIndianOrAlaskan> <IsAsian>true</IsAsian> <IsAsianIndian>true</IsAsianIndian> <IsChinese>true</IsChinese> <IsCuban>true</IsCuban> <IsFilipino>true</IsFilipino> <IsGuamanian>true</IsGuamanian> <IsHispanic>true</IsHispanic> <IsJapanese>true</IsJapanese> <IsKorean>true</IsKorean> <IsMexican>true</IsMexican> <IsNativeHawaiian>true</IsNativeHawaiian> <IsOtherAsian>true</IsOtherAsian> <IsOtherHispanic>true</IsOtherHispanic> <IsOtherPacificIslander>true</IsOtherPacificIslander> <IsPacificIslander>true</IsPacificIslander> <IsPuertoRican>true</IsPuertoRican> <IsSamoan>true</IsSamoan> <IsVietnamese>true</IsVietnamese> <IsWhite>true</IsWhite> <ObservedEthnicity>true</ObservedEthnicity> <ObservedRace>true</ObservedRace> <ObservedSex>true</ObservedSex> <OtherAsianRaceDescription>sample String 2</OtherAsianRaceDescription> <OtherHispanicDescription>sample String 3</OtherHispanicDescription> <OtherPacificIslanderDescription>sample String 4</OtherPacificIslanderDescription> <PrincipalTribe>sample String 5</PrincipalTribe> <Sex>sample String 6</Sex> <WillNotDiscloseEthnicity>true</WillNotDiscloseEthnicity> <WillNotDiscloseRace>true</WillNotDiscloseRace> <WillNotDiscloseSex>true</WillNotDiscloseSex> <DemographicPersonDetailId>10</DemographicPersonDetailId> <PersonId>11</PersonId> </DemographicPersonDetail>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated demographic person detail.
Nano.DemographicPersonDetailName | Description | Type | Additional information |
---|---|---|---|
applicationMethod |
Gets or sets the application method. |
string |
None. |
isAfricanAmerican |
Gets or sets a value indicating whether the person is african american. |
boolean |
None. |
isAmericanIndianOrAlaskan |
Gets or sets a value indicating whether the person is american indian or alaskan. |
boolean |
None. |
isAsian |
Gets or sets a value indicating whether the person is asian. |
boolean |
None. |
isAsianIndian |
Gets or sets a value indicating whether the person is asian indian. |
boolean |
None. |
isChinese |
Gets or sets a value indicating whether the person is chinese. |
boolean |
None. |
isCuban |
Gets or sets a value indicating whether the person is cuban. |
boolean |
None. |
isFilipino |
Gets or sets a value indicating whether the person is filipino. |
boolean |
None. |
isGuamanian |
Gets or sets a value indicating whether the person is guamanian. |
boolean |
None. |
isHispanic |
Gets or sets a value indicating whether the person is hispanic. |
boolean |
None. |
isJapanese |
Gets or sets a value indicating whether the person is japanese. |
boolean |
None. |
isKorean |
Gets or sets a value indicating whether the person is korean. |
boolean |
None. |
isMexican |
Gets or sets a value indicating whether the person is mexican. |
boolean |
None. |
isNativeHawaiian |
Gets or sets a value indicating whether the person is native hawaiian. |
boolean |
None. |
isOtherAsian |
Gets or sets a value indicating whether the person is other asian. |
boolean |
None. |
isOtherHispanic |
Gets or sets a value indicating whether the person is other hispanic. |
boolean |
None. |
isOtherPacificIslander |
Gets or sets a value indicating whether the person is other pacific islander. |
boolean |
None. |
isPacificIslander |
Gets or sets a value indicating whether the person is pacific islander. |
boolean |
None. |
isPuertoRican |
Gets or sets a value indicating whether the person is puerto rican. |
boolean |
None. |
isSamoan |
Gets or sets a value indicating whether the person is samoan. |
boolean |
None. |
isVietnamese |
Gets or sets a value indicating whether the person is vietnamese. |
boolean |
None. |
isWhite |
Gets or sets a value indicating whether the person is white. |
boolean |
None. |
observedEthnicity |
Gets or sets a value indicating whether the ethnicity was observed. |
boolean |
None. |
observedRace |
Gets or sets a value indicating whether the race was observed. |
boolean |
None. |
observedSex |
Gets or sets a value indicating whether the sex was observed. |
boolean |
None. |
otherAsianRaceDescription |
Gets or sets the other asian race description. |
string |
None. |
otherHispanicDescription |
Gets or sets the other hispanic description. |
string |
None. |
otherPacificIslanderDescription |
Gets or sets the other pacific islander description. |
string |
None. |
principalTribe |
Gets or sets the principal tribe. |
string |
None. |
sex |
Gets or sets the sex. |
string |
None. |
willNotDiscloseEthnicity |
Gets or sets a value indicating whether the person will not disclose ethnicity. |
boolean |
None. |
willNotDiscloseRace |
Gets or sets a value indicating whether the person will not disclose race. |
boolean |
None. |
willNotDiscloseSex |
Gets or sets a value indicating whether the person will not disclose sex. |
boolean |
None. |
id |
Gets or sets the demographic person detail identifier. |
integer |
None. |
person |
Gets or sets the person identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "applicationMethod": "sample String 1", "isAfricanAmerican": true, "isAmericanIndianOrAlaskan": true, "isAsian": true, "isAsianIndian": true, "isChinese": true, "isCuban": true, "isFilipino": true, "isGuamanian": true, "isHispanic": true, "isJapanese": true, "isKorean": true, "isMexican": true, "isNativeHawaiian": true, "isOtherAsian": true, "isOtherHispanic": true, "isOtherPacificIslander": true, "isPacificIslander": true, "isPuertoRican": true, "isSamoan": true, "isVietnamese": true, "isWhite": true, "observedEthnicity": true, "observedRace": true, "observedSex": true, "otherAsianRaceDescription": "sample String 2", "otherHispanicDescription": "sample String 3", "otherPacificIslanderDescription": "sample String 4", "principalTribe": "sample String 5", "sex": "sample String 6", "willNotDiscloseEthnicity": true, "willNotDiscloseRace": true, "willNotDiscloseSex": true, "id": "10", "person": "11" }
text/html
{"applicationMethod":"sample String 1","isAfricanAmerican":true,"isAmericanIndianOrAlaskan":true,"isAsian":true,"isAsianIndian":true,"isChinese":true,"isCuban":true,"isFilipino":true,"isGuamanian":true,"isHispanic":true,"isJapanese":true,"isKorean":true,"isMexican":true,"isNativeHawaiian":true,"isOtherAsian":true,"isOtherHispanic":true,"isOtherPacificIslander":true,"isPacificIslander":true,"isPuertoRican":true,"isSamoan":true,"isVietnamese":true,"isWhite":true,"observedEthnicity":true,"observedRace":true,"observedSex":true,"otherAsianRaceDescription":"sample String 2","otherHispanicDescription":"sample String 3","otherPacificIslanderDescription":"sample String 4","principalTribe":"sample String 5","sex":"sample String 6","willNotDiscloseEthnicity":true,"willNotDiscloseRace":true,"willNotDiscloseSex":true,"id":"10","person":"11"}
application/xml, text/xml
<DemographicPersonDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ApplicationMethod>sample String 1</ApplicationMethod> <IsAfricanAmerican>true</IsAfricanAmerican> <IsAmericanIndianOrAlaskan>true</IsAmericanIndianOrAlaskan> <IsAsian>true</IsAsian> <IsAsianIndian>true</IsAsianIndian> <IsChinese>true</IsChinese> <IsCuban>true</IsCuban> <IsFilipino>true</IsFilipino> <IsGuamanian>true</IsGuamanian> <IsHispanic>true</IsHispanic> <IsJapanese>true</IsJapanese> <IsKorean>true</IsKorean> <IsMexican>true</IsMexican> <IsNativeHawaiian>true</IsNativeHawaiian> <IsOtherAsian>true</IsOtherAsian> <IsOtherHispanic>true</IsOtherHispanic> <IsOtherPacificIslander>true</IsOtherPacificIslander> <IsPacificIslander>true</IsPacificIslander> <IsPuertoRican>true</IsPuertoRican> <IsSamoan>true</IsSamoan> <IsVietnamese>true</IsVietnamese> <IsWhite>true</IsWhite> <ObservedEthnicity>true</ObservedEthnicity> <ObservedRace>true</ObservedRace> <ObservedSex>true</ObservedSex> <OtherAsianRaceDescription>sample String 2</OtherAsianRaceDescription> <OtherHispanicDescription>sample String 3</OtherHispanicDescription> <OtherPacificIslanderDescription>sample String 4</OtherPacificIslanderDescription> <PrincipalTribe>sample String 5</PrincipalTribe> <Sex>sample String 6</Sex> <WillNotDiscloseEthnicity>true</WillNotDiscloseEthnicity> <WillNotDiscloseRace>true</WillNotDiscloseRace> <WillNotDiscloseSex>true</WillNotDiscloseSex> <DemographicPersonDetailId>10</DemographicPersonDetailId> <PersonId>11</PersonId> </DemographicPersonDetail>
application/vnd.api+json
Sample not available.