Households REST Endpoints

Households
The household resource is used to view, create, update, and delete a household. A household is a party consisting of a collection of persons and organizations. A household, similar to a person or organization, can enter into a business relationship with other parties and can be assigned to opportunities and leads. A household can also have members of party type person or organization.
Create a household
Method: post
Path: /crmRestApi/resources/11.13.18.05/households
Delete a household
Method: delete
Path: /crmRestApi/resources/11.13.18.05/households/{PartyNumber}
Get a household
Method: get
Path: /crmRestApi/resources/11.13.18.05/households/{PartyNumber}
Get all households
Method: get
Path: /crmRestApi/resources/11.13.18.05/households
Update a household
Method: patch
Path: /crmRestApi/resources/11.13.18.05/households/{PartyNumber}