Household
Perform various operations on house records.
Operations
Authorizations
Body
AccountNumberstringOptional
HouseholdLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/getHouseholdSelectFieldsPOST /nexum/627/persistent/account/getHouseholdSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 329
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"HouseholdLocator": 1,
"SelectableFields": {
"IncludeAllHouseholdFields": true,
"HouseholdFields": {
"AccountNumber": true,
"Locator": true,
"RecordChangeDate": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"Household": {
"AccountNumber": "text",
"Locator": 1,
"RecordChangeDate": "2025-11-07",
"Type": 1
}
}Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/getHouseholdPagedListSelectFieldsPOST /nexum/627/persistent/account/getHouseholdPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 402
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllHouseholdFields": true,
"HouseholdFields": {
"AccountNumber": true,
"Locator": true,
"RecordChangeDate": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"Household": [
{
"AccountNumber": "text",
"Locator": 1,
"RecordChangeDate": "2025-11-07",
"Type": 1
}
],
"Token": "text"
}Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/searchHouseholdPagedSelectFieldsPOST /nexum/627/persistent/account/searchHouseholdPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 434
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllHouseholdFields": true,
"HouseholdFields": {
"AccountNumber": true,
"Locator": true,
"RecordChangeDate": true,
"Type": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"Household": [
{
"AccountNumber": "text",
"Locator": 1,
"RecordChangeDate": "2025-11-07",
"Type": 1
}
],
"Token": "text"
}Authorizations
Body
AccountNumberstringOptional
HouseholdLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateHouseholdByIDPOST /nexum/627/persistent/account/updateHouseholdByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 279
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"HouseholdLocator": 1,
"HouseholdFields": {
"AccountNumber": "text",
"Locator": 1,
"RecordChangeDate": "2025-11-07",
"Type": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": {
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
}
}Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/createHouseholdPOST /nexum/627/persistent/account/createHousehold HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 258
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"HouseholdFields": {
"AccountNumber": "text",
"Locator": 1,
"RecordChangeDate": "2025-11-07",
"Type": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"HouseholdLocator": 1
}Authorizations
Body
AccountNumberstringOptional
HouseholdLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteHouseholdPOST /nexum/627/persistent/account/deleteHousehold HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 183
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"HouseholdLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"nxAttributes": {}
}Last updated
Was this helpful?