Subscriptions
Subscriptions Documentation
Subscription [POST]
Subscription [POST]
Request
Endpoint
Body
Parameters
Attributes
city
Type
string
Description City of contact
Required No
country
Type
string
Description Country of contact
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
Type
string
Description eamil address of contact
Required No
first_name
Type
string
Description First name of contact
Required No
last_name
Type
string
Description Last name of contact
Required No
metro_area
Type
string
Description Metro Area of contact
Required No
notes
Type
text
Description Open ended field for contact to put comments in
Required No
phone_number
Type
integer
Description Phone number of contact
Required No
postal_code
Type
string
Description postal code of contact
Required No
region
Type
string
Description Region of contact
Required No
send_newsletter
Type
string
Description Newsletter preference of contact
Required No
state
Type
string
Description state of of contact
Required No
street
Type
string
Description street address of contact
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Response
Headers
Body
Fields
Attributes
city
Type
string
Description City of contact
country
Type
string
Description Country of contact
created_at
Type
date
Description The timestamp of when this resource was created
Type
string
Description eamil address of contact
first_name
Type
string
Description First name of contact
last_name
Type
string
Description Last name of contact
metro_area
Type
string
Description Metro Area of contact
notes
Type
text
Description Open ended field for contact to put comments in
phone_number
Type
integer
Description Phone number of contact
postal_code
Type
string
Description postal code of contact
region
Type
string
Description Region of contact
send_newsletter
Type
string
Description Newsletter preference of contact
state
Type
string
Description state of of contact
street
Type
string
Description street address of contact
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Last updated