Skip to main content

Budget 2024: The Government has announced FamilyBoost, a proposed new childcare payment to help eligible families with the rising costs of Early Childhood Education (ECE). Find out more: Beehive.govt.nz

The contact API enables the creating, updating and deleting of the contact details of a customer or an account. It is 1 of 8 APIs that, together, make up the customer services suite.

How customer services work


If you have any questions about the contact API or using gateway services for the contact API, email us at [email protected]

How the contact API works

The contact API requires the customer or account API to be integrated.

The contact API enables the contact details held at either the customer level or the customer account level to be added, updated and deleted. It requires either:

  • the customer ID or account ID for the addition of a contact or phone number to a customer or account
  • a contact ID for the update or deletion of a contact from a customer or account
  • a phone ID for the update or deletion of a phone number from a customer or account.

The account ID is available through a call to the account API. The contact ID and phone ID are available through a call to either the customer API or the account API.

The contact API can only be used by:

  • the customer the data is associated to
  • a user with delegated access
  • an intermediary who’s linked to the customer
  • government agencies with a memorandum of understanding that allows them access to customer account level data.

The contact API enables the above users to update Inland Revenue’s customer or account data from their native systems, and to avoid the use of manually facilitated channels.

Software developer kit (SDK)

View and download the software developer kit (SDK) for the customer services suite to help you integrate:

  • test scenarios
  • test data
  • sample request and response messages
  • the Open API YAML file
  • the build pack that provides the data definitions for the request and response messages.

Software developer kit (SDK) on GitHub - customer services suite

Use the Getting started guide to find out how to access our sandbox (mock services) and test environments.

Getting started guide

Gateway service capability for the contact API

The contact API provides the following capabilities through defined API operations and API paths.

API operation API path Description
POST /contact

Adds a contact to either the identified:

  • customer
  • account.
PUT /contact

Updates the name of an identified contact for either the:

  • customer
  • account.
DELETE /contact

Deletes a contact for either the:

  • customer
  • account.
POST /phone

Adds a phone number to the contact details of either the identified:

  • customer
  • account.
PUT /phone

Updates the phone number of an identified contact for either the:

  • customer
  • account.
DELETE /phone

Deletes the phone number of an identified contact for either the:

  • customer
  • account.

Contact API business use cases

The following are examples of how to use the contact API to achieve specific business outcomes. The sequence of operations, the order in which they should be called, is indicated in the column of each operation.

The use cases for adding, updating and deleting contacts works the same way for both primary and secondary contacts.

Number Use case POST /contact PUT /contact DELETE /contact Dependencies
1 Add a contact to a customer. 1 Customer does not already have either a primary or secondary contact.
2 Add a primary contact to a customer account. 1 Customer does not already have either a primary or secondary contact.
3 Update the name of an existing contact for a customer. 1 Contact ID for update has been obtained from the customer API.
4 Update the name of an existing contact for a customer account. 1 Contact ID for update has been obtained from the account API.
5 Remove an existing contact for a customer. 1 Contact ID for removal has been obtained from the customer API.
6 Remove an existing contact for a customer account. 1 Contact ID for removal has been obtained from the account API.

The use cases for adding, updating and deleting phone numbers of contacts works the same way for both primary and secondary contacts.

Number Use case POST /phone PUT /phone DELETE /phone Dependencies
1 Add a phone number to an existing contact for a customer. 1     Contact ID has been obtained from the customer API.
2 Add a phone number to an existing contact for a customer account. 1 Contact ID has been obtained from the account API.
3 Update an existing phone number on a contact for a customer. 1 Phone ID for update has been obtained from the customer API.
4 Update an existing phone number on a contact for a customer account. 1 Phone ID for update has been obtained from the account API.
5 Remove a phone number from a contact for a customer. 1 Phone ID for removal has been obtained from the customer API.
6 Remove a phone number from a contact for a customer account. 1 Phone ID for removal has been obtained from the account API.

Supporting services

Identity and access services

Returns and information

Income Tax

Notifications

Last updated: 30 Apr 2021
Jump back to the top of the page