Overview
The first thing the end-user will need to do is submit their details like their name and address on partners platform. After the end-user enters this information, a customer resource will be created. This customer resource gives partners a way to reference the end-user on Anchor.
An IndividualCustomer
is a JSON:API resource, here are the top-level fields:
Field | type | Description |
---|---|---|
id | string | This is the unique Identifier for the individual customer resource. Here is an example: 16910821827810-anc_ind_cst. |
type | string | This is the type for the individual customer resource. This is of type IndividualCustomer . |
attributes | JSON Object | This is a JSON object representing the customer data. |
relationships | JSON Object | Describes relationships between the customer resource and other resources on Anchor. |
Click on here to create an Individual Customer.
Updated 7 months ago