Address {
country string
state string
city string
street string
number string
floor string
apt string
postal_code string
details string
type string
}
Config{
cxense_site_id integer
cxense_persisted_query_id string
navigation_roles [string]
walls {
softwall integer
loginwall integer
middlewall integer
paywall integer
incognito integer
adblocker integer
}
}
CreditCard{
holder string
identification_type string
identification_number string
type string
number integer
expiration_date string
}
FamilyCode{
id integer
parent_subscription_id integer
subscription_id integer
parent_is_active boolean
status string
code string
parent_available_invitations integer
adherent_email string
adherent_first_name string
adherent_last_name string
invitation_date string
used_at string
}
Payment{
id integer
status string
external_payment_id string
transaction_id string
reference_code string
gateway string
currency string
amount float
created_at string
updated_at string
description string
subscription Subscription{
id integer
status string
is_active boolean
family_codes integer
child_subscription boolean
parent_subscription_id integer
has_benefit_card boolean
on_promotion boolean
cancellation_date string
created_at string
updated_at string
subscriber Subscriber{
id integer
user_id integer
first_name string
last_name string
email string
phone string
identification_type string
identification_number integer
created_at string
updated_at string
addresses [Address{
country string
state string
city string
street string
number string
floor string
apt string
postal_code string
details string
type string
}]
}
resource Resource{
id integer
code string
name string
price float
promotional_price float
promotional_months integer
active_from string
active_to string
has_benefit_card boolean
family_codes integer
visible boolean
block_plan boolean
color string
custom_description string
}
resource Resource{
subscription_id integer
subject_id integer
current_resource_code string
current_resource_name string
current_resource_price float
current_resource_promotional_price float
current_resource_promotional_months integer
current_resource_has_benefit_card boolean
current_resource_family_codes integer
old_resource_code string
old_resource_name string
old_resource_price float
old_resource_promotional_price float
old_resource_promotional_months integer
old_resource_has_benefit_card boolean
old_resource_family_codes integer
created_at string
}
card CreditCard{
holder string
identification_type string
identification_number string
type string
number integer
expiration_date string
}
}
}
Resource{
id integer
code string
name string
price float
promotional_price float
promotional_months integer
active_from string
active_to string
has_benefit_card boolean
family_codes integer
visible boolean
block_plan boolean
color string
custom_description string
}
Resource{
subscription_id integer
subject_id integer
current_resource_code string
current_resource_name string
current_resource_price float
current_resource_promotional_price float
current_resource_promotional_months integer
current_resource_has_benefit_card boolean
current_resource_family_codes integer
old_resource_code string
old_resource_name string
old_resource_price float
old_resource_promotional_price float
old_resource_promotional_months integer
old_resource_has_benefit_card boolean
old_resource_family_codes integer
created_at string
}
Subscriber{
id integer
user_id integer
first_name string
last_name string
email string
phone string
identification_type string
identification_number integer
created_at string
updated_at string
addresses [
Address{
country string
state string
city string
street string
number string
floor string
apt string
postal_code string
details string
type string
}]
}
Subscription{
id integer
status string
is_active boolean
family_codes integer
child_subscription boolean
parent_subscription_id integer
has_benefit_card boolean
on_promotion boolean
cancellation_date string
created_at string
updated_at string
subscriber Subscriber{
id integer
user_id integer
first_name string
last_name string
email string
phone string
identification_type string
identification_number integer
created_at string
updated_at string
addresses [...]
}
resource Resource{
id integer
code string
name string
price float
promotional_price float
promotional_months integer
active_from string
active_to string
has_benefit_card boolean
family_codes integer
visible boolean
block_plan boolean
color string
custom_description string
}
resource Resource{
subscription_id integer
subject_id integer
current_resource_code string
current_resource_name string
current_resource_price float
current_resource_promotional_price float
current_resource_promotional_months integer
current_resource_has_benefit_card boolean
current_resource_family_codes integer
old_resource_code string
old_resource_name string
old_resource_price float
old_resource_promotional_price float
old_resource_promotional_months integer
old_resource_has_benefit_card boolean
old_resource_family_codes integer
created_at string
}
card CreditCard{
holder string
identification_type string
identification_number string
type string
number integer
expiration_date string
}
}
User{
id integer
email string
first_name string
last_name string
avatar string
phone_prefix string
phone_number string
gender string
birth_date string
identification_type string
identification_number integer
provider string
created_at string
updated_at string
banned_at string
deleted_at string
}
User [POST]{
first_name string
title: first_name
example: John
last_name string
title: last_name
example: Doe
email string
title: email
example: user@example.com
password string
title: password
example:
phone_prefix string
title: phone_prefix
example: +54351
phone_number string
title: phone_number
example: 1599685
identification_type string
title: identification_type
example: Cedula
identification_number string
title: identification_number
example: 6998546
birth_date string
title: birth_date
example: 1970-01-23
gender string
title: gender
example: female|male|null
avatar string
title: avatar
example: https://api.adorable.io/avatars/285/abott@adorable.png
newsletter_opt_in boolean
title: newsletter_opt_in
example: false
Acepta recibir comunicaciones
country string
title: country
example: AR
site string
title: site
example: Diario
}