HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • Reference
    • Introduction
LogoLogo
ReferenceModels

Example
1{
2 "email": "test@example.com",
3 "givenNames": "Joe",
4 "surname": "Consumer",
5 "phoneNumber": "0400 000 000"
6}
Was this page helpful?
Previous

Consumer Offers

Next
Built with

Response

consumerobjectRequired
The consumer data model is used for gathering essential user information. It captures details such as the individual's first name, represented by `givenNames`, and their last name, captured under `surname`. In addition, it stores the user's contact number under `phoneNumber` and their email address under `email`. These fields collectively provide indispensable contact and identification details for a user.
Consumer
The consumer data model is used for gathering essential user information. It captures details such as the individual's first name, represented by `givenNames`, and their last name, captured under `surname`. In addition, it stores the user's contact number under `phoneNumber` and their email address under `email`. These fields collectively provide indispensable contact and identification details for a user.