For the complete documentation index, see llms.txt. This page is also available as Markdown.

Household

Perform various operations on house records.

Symitar eDocs References: Coming soon.

Operations

getHousehold

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
HouseholdLocatorintegerOptional
Responses
200

Successful operation.

application/json
post/getHousehold
200

Successful operation.

getHouseholdSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
HouseholdLocatorintegerOptional
Responses
200

Successful operation.

application/json
post/getHouseholdSelectFields
200

Successful operation.

getHouseholdPagedList

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
TokenstringOptional
post/getHouseholdPagedList
200

Successful operation.

getHouseholdListSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post/getHouseholdListSelectFields
200

Successful operation.

searchHouseholdSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post/searchHouseholdSelectFields
200

Successful operation.

getHouseholdPagedListSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
TokenstringOptional
post/getHouseholdPagedListSelectFields
200

Successful operation.

searchHouseholdPagedSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
QuerystringOptional
Responses
200

Successful operation.

application/json
TokenstringOptional
post/searchHouseholdPagedSelectFields
200

Successful operation.

updateHouseholdByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
HouseholdLocatorintegerOptional
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post/updateHouseholdByID
200

Successful operation.

createHousehold

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
HouseholdLocatorintegerOptional
post/createHousehold
200

Successful operation.

deleteHousehold

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
HouseholdLocatorintegerOptional
Responses
200

Successful operation.

application/json
nxAttributesobjectOptional

The custom object for NexumAPI response attributes.

post/deleteHousehold
200

Successful operation.

Last updated

Was this helpful?