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
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
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
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
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
post
/deleteHousehold
200

Successful operation.

Last updated

Was this helpful?