Household
Perform various operations on house records.
Operations
Last updated
Was this helpful?
Perform various operations on house records.
Last updated
Was this helpful?
Was this helpful?
POST /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"
}
}
}{
"Household": {
"AccountNumber": "text",
"Locator": 1,
"RecordChangeDate": "2025-12-25",
"Type": 1
}
}POST /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"
}
}
}{
"Household": [
{
"AccountNumber": "text",
"Locator": 1,
"RecordChangeDate": "2025-12-25",
"Type": 1
}
],
"Token": "text"
}POST /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"
}
}
}{
"Household": [
{
"AccountNumber": "text",
"Locator": 1,
"RecordChangeDate": "2025-12-25",
"Type": 1
}
],
"Token": "text"
}POST /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-12-25",
"Type": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": {
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
}
}POST /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-12-25",
"Type": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"HouseholdLocator": 1
}POST /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"
}
}
}{
"nxAttributes": {}
}