Les API Toaztr sont documentées au format OpenAPI. Elles sont accessibles depuis n'importe quel site ou serveur, toutes les réponses incluant un header Cross-Origin Resource Sharing adapté, comme spécifié sur la spécification W3C.
Crée un partenaire
type required | string (PartnerType) Enum: "NOTARY" "ESTATE_AGENT" "BANK" "BROKER" "COLLECTOR_ONE_PERCENT_EMPLOYER" "HOUSE_BUILDER" "DPE_CHECKER" "LAND_SURVEYOR" "BUSINESS_PROVIDER" "ARCHITECT" "REAL_ESTATE_DEVELOPER" "LAWYER" "INSURER" "OTHER" Type de partenaire ou d'intervenant sur un dossier. |
name | string Nom du partenaire. |
object (Address) Adresse complète. Pour obtenir le code INSEE, utilisez https://geo.api.gouv.fr/adresse. | |
sub_entity | string Sous-entité: agence, bureau, etc.... |
agreement_number | string Agrément ORIAS, ou n'importe quelle référence légale |
object (Contact) Contact. | |
Array of objects (Contact) Liste des contacts au sein du partenaire. | |
logo_uri | string Lien vers le logo du partenaire. Par exemple: https://www.toaztr.com/assets/toaztr_logo.png |
website | string Addresse du site web du partenaire. |
object (BillingRules) Régles de facturation. | |
object (BillingRules) Régles de facturation. | |
object (RIB) IBAN, BIC, RIB | |
comment | string Commentaire. |
{- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}
{- "data": {
- "id": "string",
- "attributes": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Liste les partenaires
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Retourne un partenaire par ID
id required | string ID unique de la ressource |
{- "data": {
- "id": "string",
- "attributes": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Mets à jour un partenaire par ID
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
type required | string (PartnerType) Enum: "NOTARY" "ESTATE_AGENT" "BANK" "BROKER" "COLLECTOR_ONE_PERCENT_EMPLOYER" "HOUSE_BUILDER" "DPE_CHECKER" "LAND_SURVEYOR" "BUSINESS_PROVIDER" "ARCHITECT" "REAL_ESTATE_DEVELOPER" "LAWYER" "INSURER" "OTHER" Type de partenaire ou d'intervenant sur un dossier. |
name | string Nom du partenaire. |
object (Address) Adresse complète. Pour obtenir le code INSEE, utilisez https://geo.api.gouv.fr/adresse. | |
sub_entity | string Sous-entité: agence, bureau, etc.... |
agreement_number | string Agrément ORIAS, ou n'importe quelle référence légale |
object (Contact) Contact. | |
Array of objects (Contact) Liste des contacts au sein du partenaire. | |
logo_uri | string Lien vers le logo du partenaire. Par exemple: https://www.toaztr.com/assets/toaztr_logo.png |
website | string Addresse du site web du partenaire. |
object (BillingRules) Régles de facturation. | |
object (BillingRules) Régles de facturation. | |
object (RIB) IBAN, BIC, RIB | |
comment | string Commentaire. |
{- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}
{- "data": {
- "id": "string",
- "attributes": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Supprime un partenaire par ID
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Crée un dossier
name | string Nom du dossier |
assigned_to | string ID de l'utilisateur à qui est assigné le dossier |
copied_from | string ID du dossier parent, si ce dossier a été créé par copie |
status | string (CaseStatus) Enum: "NEW" "INSTRUCTION" "SENT_TO_BANK" "GRANTED_BANK" "REFUSED_BANK" "CUSTOMER_ACCEPTED" "COMPLETED" "INVOICED" "CLOSED" "CANCELED" État de l'avancement du dossier. |
comment | string Commentaire sur le dossier |
Array of objects | |
HouseholdDetails (object) or LegalPerson (object) | |
Array of objects (ActivePartner) Liste des intervenants sur le dossier: notaire, courtier, conseiller clientèle banque, agent immobilier, etc... | |
Budget (object) or HouseConstruction (object) or OldProperty (object) or NewProperty (object) or Works (object) or Land (object) or DebtConsolidation (object) or Pinel (object) or BalancingAdjustment (object) or LMNP (object) Projet. |
{- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
], - "notaries": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "notaries": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}
{- "data": {
- "id": "string",
- "attributes": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": null,
- "weight": null
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": null,
- "portion": null
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": null,
- "agency_fees": null,
- "taxes": null,
- "since": null,
- "dates": null,
- "agencies": [ ],
- "notaries": [ ]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
], - "notaries": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Liste les dossiers
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": null,
- "monthly_amount": null,
- "comment": null
}
], - "charges": [
- {
- "type": null,
- "monthly_amount": null,
- "continue_after_project": null,
- "start_month": null,
- "end_month": null,
- "smoothable": null,
- "comment": null
}
], - "current_loans": [
- {
- "type": null,
- "future": null,
- "monthly_payment": null,
- "smoothable": null,
- "remaining_capital": null,
- "start_date": null,
- "end_date": null,
- "lender": null,
- "comment": null
}
], - "patrimony": [
- {
- "type": null,
- "breakup": null,
- "value": null,
- "remaining_capital": null,
- "buying_or_opening_date": null,
- "address": null,
- "is_mortgaged": null,
- "is_for_sale": null,
- "for_sale": null,
- "comment": null
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": null,
- "bic": null,
- "bank_code": null,
- "agency_code": null,
- "account_number": null,
- "key": null,
- "bank_name": null
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": null,
- "conditions_precedent_end_date": null,
- "signature_date": null
}, - "agencies": [
- null
], - "notaries": [
- null
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Liste les dossiers par leur nom, la recherche n'est pas sensible à la casse
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
filter[name] | string Début du nom du dossier |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": null,
- "monthly_amount": null,
- "comment": null
}
], - "charges": [
- {
- "type": null,
- "monthly_amount": null,
- "continue_after_project": null,
- "start_month": null,
- "end_month": null,
- "smoothable": null,
- "comment": null
}
], - "current_loans": [
- {
- "type": null,
- "future": null,
- "monthly_payment": null,
- "smoothable": null,
- "remaining_capital": null,
- "start_date": null,
- "end_date": null,
- "lender": null,
- "comment": null
}
], - "patrimony": [
- {
- "type": null,
- "breakup": null,
- "value": null,
- "remaining_capital": null,
- "buying_or_opening_date": null,
- "address": null,
- "is_mortgaged": null,
- "is_for_sale": null,
- "for_sale": null,
- "comment": null
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": null,
- "bic": null,
- "bank_code": null,
- "agency_code": null,
- "account_number": null,
- "key": null,
- "bank_name": null
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": null,
- "conditions_precedent_end_date": null,
- "signature_date": null
}, - "agencies": [
- null
], - "notaries": [
- null
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Liste les dossiers par leur categorie, la recherche n'est pas sensible à la casse
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
filter[category] | string Statut du dossier à filtrer |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": null,
- "monthly_amount": null,
- "comment": null
}
], - "charges": [
- {
- "type": null,
- "monthly_amount": null,
- "continue_after_project": null,
- "start_month": null,
- "end_month": null,
- "smoothable": null,
- "comment": null
}
], - "current_loans": [
- {
- "type": null,
- "future": null,
- "monthly_payment": null,
- "smoothable": null,
- "remaining_capital": null,
- "start_date": null,
- "end_date": null,
- "lender": null,
- "comment": null
}
], - "patrimony": [
- {
- "type": null,
- "breakup": null,
- "value": null,
- "remaining_capital": null,
- "buying_or_opening_date": null,
- "address": null,
- "is_mortgaged": null,
- "is_for_sale": null,
- "for_sale": null,
- "comment": null
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": null,
- "bic": null,
- "bank_code": null,
- "agency_code": null,
- "account_number": null,
- "key": null,
- "bank_name": null
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": null,
- "conditions_precedent_end_date": null,
- "signature_date": null
}, - "agencies": [
- null
], - "notaries": [
- null
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Retourne un dossier par ID
id required | string ID unique de la ressource |
{- "data": {
- "id": "string",
- "attributes": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": null,
- "weight": null
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": null,
- "portion": null
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": null,
- "agency_fees": null,
- "taxes": null,
- "since": null,
- "dates": null,
- "agencies": [ ],
- "notaries": [ ]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
], - "notaries": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Mets à jour un dossier par ID
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
name | string Nom du dossier |
assigned_to | string ID de l'utilisateur à qui est assigné le dossier |
copied_from | string ID du dossier parent, si ce dossier a été créé par copie |
status | string (CaseStatus) Enum: "NEW" "INSTRUCTION" "SENT_TO_BANK" "GRANTED_BANK" "REFUSED_BANK" "CUSTOMER_ACCEPTED" "COMPLETED" "INVOICED" "CLOSED" "CANCELED" État de l'avancement du dossier. |
comment | string Commentaire sur le dossier |
Array of objects | |
HouseholdDetails (object) or LegalPerson (object) | |
Array of objects (ActivePartner) Liste des intervenants sur le dossier: notaire, courtier, conseiller clientèle banque, agent immobilier, etc... | |
Budget (object) or HouseConstruction (object) or OldProperty (object) or NewProperty (object) or Works (object) or Land (object) or DebtConsolidation (object) or Pinel (object) or BalancingAdjustment (object) or LMNP (object) Projet. |
{- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
], - "notaries": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "notaries": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}
{- "data": {
- "id": "string",
- "attributes": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": null,
- "weight": null
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": null,
- "portion": null
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": null,
- "agency_fees": null,
- "taxes": null,
- "since": null,
- "dates": null,
- "agencies": [ ],
- "notaries": [ ]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
], - "notaries": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Supprime un dossier par ID
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Mets à jour le statut d'un dossier par ID
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
status required | string (CaseStatus) Enum: "NEW" "INSTRUCTION" "SENT_TO_BANK" "GRANTED_BANK" "REFUSED_BANK" "CUSTOMER_ACCEPTED" "COMPLETED" "INVOICED" "CLOSED" "CANCELED" État de l'avancement du dossier. |
{- "status": "NEW"
}
{- "data": {
- "id": "string",
- "attributes": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": null,
- "weight": null
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": null,
- "portion": null
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": null,
- "agency_fees": null,
- "taxes": null,
- "since": null,
- "dates": null,
- "agencies": [ ],
- "notaries": [ ]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
], - "notaries": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Mets à jour l'ID de l'utilisateur à qui est assigné le dossier
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
assigned_to required | string ID de l'utilisateur. |
{- "assigned_to": "string"
}
{- "data": {
- "id": "string",
- "attributes": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": null,
- "weight": null
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": null,
- "portion": null
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": null,
- "agency_fees": null,
- "taxes": null,
- "since": null,
- "dates": null,
- "agencies": [ ],
- "notaries": [ ]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
], - "notaries": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Retourne une facture partenaire ou client par ID
id required | string ID unique de la ressource |
{- "data": {
- "id": "string",
- "attributes": {
- "type": "PARTNER_BILL",
- "partner_from": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "partner_to": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "due_date": "2019-08-24T14:15:22Z",
- "amount": 0,
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "case_summary": {
- "actors": [
- {
- "type": "INDIVIDUAL",
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string"
}
], - "loans": [
- {
- "type": "string",
- "amount": 0,
- "fees": 0
}
], - "project_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "signature_date": "2019-08-24T14:15:22Z",
- "project_nature": "FLAT",
- "case_name": "string",
- "case_id": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Supprime une facture partenaire ou client par ID
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Génère une facture partenaire ou client, depuis les objets dossier, simulation et partners ou leurs IDs.
Objets dossier, simulation et partners ou leurs IDs.
type required | string Value: "PARTNER_BILLING_PARAMETERS" Type de paramètres de faturation. |
required | object (FundingResults) Résultats d'un calcul de financement. |
required | object (Case) Dossier emprunteur complet. |
required | object (Partner) Partenaire, et sa liste de contacts. |
required | object (Partner) Partenaire, et sa liste de contacts. |
{- "type": "PARTNER_BILLING_PARAMETERS",
- "funding_results": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}, - "monthly_values": [
- 0
]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}, - "case": {
- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": null,
- "conditions_precedent_end_date": null,
- "signature_date": null
}, - "agencies": [
- null
], - "notaries": [
- null
]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "contact": {
- "courtesy": null,
- "first_name": null,
- "last_name": null,
- "email": null,
- "phone_number": null,
- "comment": null
}, - "main_contact": {
- "courtesy": null,
- "first_name": null,
- "last_name": null,
- "email": null,
- "phone_number": null,
- "comment": null
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "notaries": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": null,
- "postal_code": null,
- "city": null,
- "country": null,
- "insee_code": null
}, - "contact": {
- "courtesy": null,
- "first_name": null,
- "last_name": null,
- "email": null,
- "phone_number": null,
- "comment": null
}, - "main_contact": {
- "courtesy": null,
- "first_name": null,
- "last_name": null,
- "email": null,
- "phone_number": null,
- "comment": null
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}, - "partner_from": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "partner_to": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}
}
{- "data": {
- "id": "string",
- "attributes": {
- "type": "PARTNER_BILL",
- "partner_from": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "partner_to": {
- "type": "NOTARY",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "sub_entity": "string",
- "agreement_number": "string",
- "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "contacts": [
- {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}
], - "logo_uri": "string",
- "website": "string",
- "partner_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "customer_billing_rules": {
- "tiers_per_loan": [
- {
- "type": "FREE_LOAN",
- "tiers": [
- {
- "from_amount": 0,
- "to_amount": 0,
- "flat_fee": 0,
- "rate": 0
}
], - "flat_fee": 0,
- "rate": 0,
- "maximum_amount": 0
}
], - "maximum_bill_amount": 0
}, - "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "comment": "string"
}, - "due_date": "2019-08-24T14:15:22Z",
- "amount": 0,
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}, - "case_summary": {
- "actors": [
- {
- "type": "INDIVIDUAL",
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string"
}
], - "loans": [
- {
- "type": "string",
- "amount": 0,
- "fees": 0
}
], - "project_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "signature_date": "2019-08-24T14:15:22Z",
- "project_nature": "FLAT",
- "case_name": "string",
- "case_id": "string"
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Crée un plan
caseId required | string ID du dossier parent |
maximal_monthly_payment | number >= 0 Mensualité maximale, à ne pas dépasser. |
maximal_debt_ratio | number [ 0 .. 100 ] Pourcentage d'endettement à ne pas dépasser. En général égal à 33% des revenus de l'emprunteur. |
object (FundingFees) Frais relatifs au plan de financement: frais de dossier bancaire et frais de courtage. | |
required | Array of FreeLoan (object) or PtzLoan (object) or BossLoan (object) or BridgeLoan (object) or SmoothableCharge (object) (AvailableLoan) Type(s) de prêt à considérer pour la simulation. L'ajout d'un élément dans cette liste ne garanti pas qu'il sera utilisé dans le plan de financement final, si le plan peut être satisfait avec un sous ensemble des lignes, ou si l'emprunteur n'est pas elligible à certain de ces prêts (PTZ...). |
GrandiozProfile (object) or MonthlyVaryingProfile (object) or YearlyVaryingProfile (object) or CustomProfile (object) | |
object (ActivePartner) Partenaire bancaire actif: il s'agit d'un partenaire issue de la base de partenaires, ayant un role sur le dossier courant. | |
type required | string Default: "BUDGET_PLAN_PARAMETERS" Value: "BUDGET_PLAN_PARAMETERS" Type du jeu de paramètres. |
name | string Nom des paramètres |
{- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "type": "BUDGET_PLAN_PARAMETERS",
- "name": "string"
}
{- "data": {
- "id": "string",
- "attributes": {
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "type": "BUDGET_PLAN_PARAMETERS",
- "name": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Liste les plans
caseId required | string ID du dossier parent |
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "type": "BUDGET_PLAN_PARAMETERS",
- "name": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Retourne un plan par ID
id required | string ID unique de la ressource |
caseId required | string ID du dossier parent |
{- "data": {
- "id": "string",
- "attributes": {
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "type": "BUDGET_PLAN_PARAMETERS",
- "name": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Mets à jour un plan par ID
id required | string ID unique de la ressource |
caseId required | string ID du dossier parent |
If-Match | string ETag de la ressource |
maximal_monthly_payment | number >= 0 Mensualité maximale, à ne pas dépasser. |
maximal_debt_ratio | number [ 0 .. 100 ] Pourcentage d'endettement à ne pas dépasser. En général égal à 33% des revenus de l'emprunteur. |
object (FundingFees) Frais relatifs au plan de financement: frais de dossier bancaire et frais de courtage. | |
required | Array of FreeLoan (object) or PtzLoan (object) or BossLoan (object) or BridgeLoan (object) or SmoothableCharge (object) (AvailableLoan) Type(s) de prêt à considérer pour la simulation. L'ajout d'un élément dans cette liste ne garanti pas qu'il sera utilisé dans le plan de financement final, si le plan peut être satisfait avec un sous ensemble des lignes, ou si l'emprunteur n'est pas elligible à certain de ces prêts (PTZ...). |
GrandiozProfile (object) or MonthlyVaryingProfile (object) or YearlyVaryingProfile (object) or CustomProfile (object) | |
object (ActivePartner) Partenaire bancaire actif: il s'agit d'un partenaire issue de la base de partenaires, ayant un role sur le dossier courant. | |
type required | string Default: "BUDGET_PLAN_PARAMETERS" Value: "BUDGET_PLAN_PARAMETERS" Type du jeu de paramètres. |
name | string Nom des paramètres |
{- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "type": "BUDGET_PLAN_PARAMETERS",
- "name": "string"
}
{- "data": {
- "id": "string",
- "attributes": {
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "type": "BUDGET_PLAN_PARAMETERS",
- "name": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Supprime un plan par ID
id required | string ID unique de la ressource |
caseId required | string ID du dossier parent |
If-Match | string ETag de la ressource |
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Crée une simulation
caseId required | string ID du dossier parent |
planId required | string ID des paramètres du plan de financement parent |
{- "data": {
- "id": "string",
- "attributes": {
- "type": "BUDGET",
- "parameters": {
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "insee_code": "string"
}
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}
}, - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": null,
- "monthly_amount": null,
- "comment": null
}
], - "charges": [
- {
- "type": null,
- "monthly_amount": null,
- "continue_after_project": null,
- "start_month": null,
- "end_month": null,
- "smoothable": null,
- "comment": null
}
], - "current_loans": [
- {
- "type": null,
- "future": null,
- "monthly_payment": null,
- "smoothable": null,
- "remaining_capital": null,
- "start_date": null,
- "end_date": null,
- "lender": null,
- "comment": null
}
]
}, - "profession": {
- "status": "EMPLOYEE",
- "worker": {
- "employees_number": 0
}
}, - "civil": {
- "birth_date": "2019-08-24T14:15:22Z",
- "family_situation": {
- "marital_status": "MARRIED"
}
}
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}
}
}, - "results": {
- "budgets": {
- "broker_fees": 0,
- "file_management_fees": 0,
- "guaranties_fees": 0,
- "maximal_price": 0,
- "notary_fees": 0,
- "other_expenses": 0,
- "total_budget": 0
}, - "funding_plan": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": {
- "type": null,
- "rate": null,
- "quota": null,
- "risks_covered": [ ],
- "mandatory": null,
- "company": null,
- "person": null,
- "comment": null
}, - "monthly_values": [
- null
]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Liste les simulations
caseId required | string ID du dossier parent |
planId required | string ID des paramètres du plan de financement parent |
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "type": "BUDGET",
- "parameters": {
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- null
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "insee_code": "string"
}
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}
}, - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": null,
- "fiscal_reference_revenue_Nminus2": null
}, - "revenues": [
- null
], - "charges": [
- null
], - "current_loans": [
- null
]
}, - "profession": {
- "status": "EMPLOYEE",
- "worker": {
- "employees_number": null
}
}, - "civil": {
- "birth_date": "2019-08-24T14:15:22Z",
- "family_situation": {
- "marital_status": null
}
}
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": null,
- "weight": null
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": null,
- "weight": null
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}
}
}, - "results": {
- "budgets": {
- "broker_fees": 0,
- "file_management_fees": 0,
- "guaranties_fees": 0,
- "maximal_price": 0,
- "notary_fees": 0,
- "other_expenses": 0,
- "total_budget": 0
}, - "funding_plan": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": null,
- "monthly_values": [ ]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Retourne une simulation par ID
caseId required | string ID du dossier parent |
planId required | string ID des paramètres du plan de financement parent |
id required | string ID unique de la ressource |
{- "data": {
- "id": "string",
- "attributes": {
- "type": "BUDGET",
- "parameters": {
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "insee_code": "string"
}
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}
}, - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": null,
- "monthly_amount": null,
- "comment": null
}
], - "charges": [
- {
- "type": null,
- "monthly_amount": null,
- "continue_after_project": null,
- "start_month": null,
- "end_month": null,
- "smoothable": null,
- "comment": null
}
], - "current_loans": [
- {
- "type": null,
- "future": null,
- "monthly_payment": null,
- "smoothable": null,
- "remaining_capital": null,
- "start_date": null,
- "end_date": null,
- "lender": null,
- "comment": null
}
]
}, - "profession": {
- "status": "EMPLOYEE",
- "worker": {
- "employees_number": 0
}
}, - "civil": {
- "birth_date": "2019-08-24T14:15:22Z",
- "family_situation": {
- "marital_status": "MARRIED"
}
}
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}
}
}, - "results": {
- "budgets": {
- "broker_fees": 0,
- "file_management_fees": 0,
- "guaranties_fees": 0,
- "maximal_price": 0,
- "notary_fees": 0,
- "other_expenses": 0,
- "total_budget": 0
}, - "funding_plan": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": {
- "type": null,
- "rate": null,
- "quota": null,
- "risks_covered": [ ],
- "mandatory": null,
- "company": null,
- "person": null,
- "comment": null
}, - "monthly_values": [
- null
]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Supprime une simulation par ID
caseId required | string ID du dossier parent |
planId required | string ID des paramètres du plan de financement parent |
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Crée un transfert
type required | string Value: "CASE" Type de transfert. |
case_id | string ID unique du dossier à transférer. |
subscription_id | string ID de la souscription de destination. |
include_plans_parameters | boolean Default: false Inclusion des plans de financements dans le transfert. |
include_simulations | boolean Default: false Inclusion des simulations dans le transfert. |
delete_after_completion | boolean Default: false Supprime le dossier de la souscription courante après l'avoir transféré dans la souscription de destination. |
{- "type": "string",
- "case_id": "string",
- "subscription_id": "string",
- "include_plans_parameters": false,
- "include_simulations": false,
- "delete_after_completion": false
}
{- "data": {
- "id": "string",
- "attributes": {
- "type": "CASE",
- "status": "COMPLETED",
- "case_id": "string",
- "subscription_id": "string",
- "include_plans_parameters": false,
- "include_simulations": false,
- "delete_after_completion": false
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Liste les transferts
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "type": "CASE",
- "status": "COMPLETED",
- "case_id": "string",
- "subscription_id": "string",
- "include_plans_parameters": false,
- "include_simulations": false,
- "delete_after_completion": false
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Retourne un transfert par ID
id required | string ID unique de la ressource |
{- "data": {
- "id": "string",
- "attributes": {
- "type": "CASE",
- "status": "COMPLETED",
- "case_id": "string",
- "subscription_id": "string",
- "include_plans_parameters": false,
- "include_simulations": false,
- "delete_after_completion": false
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Calcule une simulation de budget
maximal_monthly_payment | number >= 0 Mensualité maximale, à ne pas dépasser. |
maximal_debt_ratio | number [ 0 .. 100 ] Pourcentage d'endettement à ne pas dépasser. En général égal à 33% des revenus de l'emprunteur. |
object (FundingFees) Frais relatifs au plan de financement: frais de dossier bancaire et frais de courtage. | |
required | Array of FreeLoan (object) or PtzLoan (object) or BossLoan (object) or BridgeLoan (object) or SmoothableCharge (object) (AvailableLoan) Type(s) de prêt à considérer pour la simulation. L'ajout d'un élément dans cette liste ne garanti pas qu'il sera utilisé dans le plan de financement final, si le plan peut être satisfait avec un sous ensemble des lignes, ou si l'emprunteur n'est pas elligible à certain de ces prêts (PTZ...). |
GrandiozProfile (object) or MonthlyVaryingProfile (object) or YearlyVaryingProfile (object) or CustomProfile (object) | |
object (ActivePartner) Partenaire bancaire actif: il s'agit d'un partenaire issue de la base de partenaires, ayant un role sur le dossier courant. | |
object (LightBudget) Projet de type budget, lorsque l'emprunteur est encore en phase de recherche, avant qu'un bien soit identifié. | |
LightHouseholdDetails (object) or LightLegalPerson (object) |
{- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "insee_code": "string"
}
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}
}, - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}, - "profession": {
- "status": "EMPLOYEE",
- "worker": {
- "employees_number": 0
}
}, - "civil": {
- "birth_date": "2019-08-24T14:15:22Z",
- "family_situation": {
- "marital_status": "MARRIED"
}
}
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}
}
}
{- "data": {
- "budgets": {
- "broker_fees": 0,
- "file_management_fees": 0,
- "guaranties_fees": 0,
- "maximal_price": 0,
- "notary_fees": 0,
- "other_expenses": 0,
- "total_budget": 0
}, - "funding_plan": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}, - "monthly_values": [
- 0
]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}
Calcule une simulation de financement
objective | string (SimulationObjective) Enum: "MINIMIZE_COST" "MINIMIZE_INSTALMENT" Objectif de la simulation:
|
bypass_instalment_constraints | boolean Default: false Permet de ne pas tenir compte des contraintes maximal_monthly_payment et maximal_debt_ratio et de renvoyer un plan de financement dans tous les cas, en mode MINIMIZE_INSTALMENT. |
maximal_monthly_payment | number >= 0 Mensualité maximale, à ne pas dépasser. |
maximal_debt_ratio | number [ 0 .. 100 ] Pourcentage d'endettement à ne pas dépasser. En général égal à 33% des revenus de l'emprunteur. |
object (FundingFees) Frais relatifs au plan de financement: frais de dossier bancaire et frais de courtage. | |
required | Array of FreeLoan (object) or PtzLoan (object) or BossLoan (object) or BridgeLoan (object) or SmoothableCharge (object) (AvailableLoan) Type(s) de prêt à considérer pour la simulation. L'ajout d'un élément dans cette liste ne garanti pas qu'il sera utilisé dans le plan de financement final, si le plan peut être satisfait avec un sous ensemble des lignes, ou si l'emprunteur n'est pas elligible à certain de ces prêts (PTZ...). |
GrandiozProfile (object) or MonthlyVaryingProfile (object) or YearlyVaryingProfile (object) or CustomProfile (object) | |
object (ActivePartner) Partenaire bancaire actif: il s'agit d'un partenaire issue de la base de partenaires, ayant un role sur le dossier courant. | |
LightHouseConstruction (object) or LightOldProperty (object) or LightNewProperty (object) or LightWorks (object) or LightLand (object) or LightBalancingAdjustment (object) | |
LightHouseholdDetails (object) or LightLegalPerson (object) |
{- "objective": "MINIMIZE_COST",
- "bypass_instalment_constraints": false,
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "project": {
- "type": "HOUSE_CONSTRUCTION",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "insee_code": "string"
}
}, - "calls_for_funds": {
- "type": "PROPORTIONAL",
- "calls": [
- {
- "percentage": 100,
- "date": 0,
- "reason": "string"
}
]
}, - "dpe_rate": "A",
- "expenses": {
- "land_price": 0,
- "construction_price": 0,
- "infrastructure_price": 0,
- "building_insurance": 0,
- "other_expenses": 0,
- "vat": 0,
- "other_taxes": 0,
- "fees": {
- "agency_fees": 0,
- "notary_fees": 0
}
}
}, - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}, - "profession": {
- "status": "EMPLOYEE",
- "worker": {
- "employees_number": 0
}
}, - "civil": {
- "birth_date": "2019-08-24T14:15:22Z",
- "family_situation": {
- "marital_status": "MARRIED"
}
}
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}
}
}
{- "data": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}, - "monthly_values": [
- 0
]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}
Calcule une simulation Pinel
objective | string (SimulationObjective) Enum: "MINIMIZE_COST" "MINIMIZE_INSTALMENT" Objectif de la simulation:
|
bypass_instalment_constraints | boolean Default: false Permet de ne pas tenir compte des contraintes maximal_monthly_payment et maximal_debt_ratio et de renvoyer un plan de financement dans tous les cas, en mode MINIMIZE_INSTALMENT. |
maximal_monthly_payment | number >= 0 Mensualité maximale, à ne pas dépasser. |
maximal_debt_ratio | number [ 0 .. 100 ] Pourcentage d'endettement à ne pas dépasser. En général égal à 33% des revenus de l'emprunteur. |
object (FundingFees) Frais relatifs au plan de financement: frais de dossier bancaire et frais de courtage. | |
required | Array of FreeLoan (object) or PtzLoan (object) or BossLoan (object) or BridgeLoan (object) or SmoothableCharge (object) (AvailableLoan) Type(s) de prêt à considérer pour la simulation. L'ajout d'un élément dans cette liste ne garanti pas qu'il sera utilisé dans le plan de financement final, si le plan peut être satisfait avec un sous ensemble des lignes, ou si l'emprunteur n'est pas elligible à certain de ces prêts (PTZ...). |
GrandiozProfile (object) or MonthlyVaryingProfile (object) or YearlyVaryingProfile (object) or CustomProfile (object) | |
object (ActivePartner) Partenaire bancaire actif: il s'agit d'un partenaire issue de la base de partenaires, ayant un role sur le dossier courant. | |
object (LightPinel) Projet d'investissement dans le cadre du dispositif Pinel. | |
RentalInvestmentHouseholdDetails (object) or LightLegalPerson (object) |
{- "objective": "MINIMIZE_COST",
- "bypass_instalment_constraints": false,
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "project": {
- "type": "PINEL",
- "pinel_duration": 6,
- "tax_mode": "REAL",
- "monthly_rent_value": 0,
- "monthly_rent_value_yearly_evolution_rate": -100,
- "price_yearly_evolution_rate": -100,
- "renting_charges_rate": 100,
- "property": {
- "administrative_information": {
- "address": {
- "insee_code": "string"
}
}, - "calls_for_funds": {
- "type": "PROPORTIONAL",
- "calls": [
- {
- "percentage": 100,
- "date": 0,
- "reason": "string"
}
]
}, - "surfaces": {
- "surface": 0,
- "additional_surface": 0
}, - "expenses": {
- "price": 0,
- "other_expenses": 0,
- "vat": 0,
- "other_taxes": 0,
- "fees": {
- "agency_fees": 0,
- "notary_fees": 0
}
}
}
}, - "actor": {
- "type": "HOUSEHOLD",
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "persons": [
- {
- "is_borrower": true,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}, - "civil": {
- "birth_date": "2019-08-24T14:15:22Z",
- "family_situation": {
- "marital_status": "MARRIED"
}
}
}
], - "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}
}
}
{- "data": {
- "funding_plan": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}, - "monthly_values": [
- 0
]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}, - "income_information": {
- "income_tax": 0,
- "slice_number": 1,
- "average_rate": 0,
- "cehr": 0,
- "family_coefficient": 0,
- "remaining_capacity_in_slice": 0
}, - "maximum_rent": 0,
- "notary_fees": 0,
- "pinel_table": {
- "price_evolution": [
- 0
], - "renting_evolution": [
- 0
], - "renting_received": [
- 0
], - "interests": [
- 0
], - "insurances": [
- 0
], - "deductible_charges": [
- 0
], - "renting_result": [
- 0
], - "tax_on_renting_result": [
- 0
], - "tax_reduction": [
- 0
], - "resulting_tax_impact": [
- 0
], - "treasury": [
- 0
]
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}
Calcule une simulation de consolidation de dettes
objective | string (SimulationObjective) Enum: "MINIMIZE_COST" "MINIMIZE_INSTALMENT" Objectif de la simulation:
|
bypass_instalment_constraints | boolean Default: false Permet de ne pas tenir compte des contraintes maximal_monthly_payment et maximal_debt_ratio et de renvoyer un plan de financement dans tous les cas, en mode MINIMIZE_INSTALMENT. |
maximal_monthly_payment | number >= 0 Mensualité maximale, à ne pas dépasser. |
maximal_debt_ratio | number [ 0 .. 100 ] Pourcentage d'endettement à ne pas dépasser. En général égal à 33% des revenus de l'emprunteur. |
object (FundingFees) Frais relatifs au plan de financement: frais de dossier bancaire et frais de courtage. | |
required | Array of FreeLoan (object) or PtzLoan (object) or BossLoan (object) or BridgeLoan (object) or SmoothableCharge (object) (AvailableLoan) Type(s) de prêt à considérer pour la simulation. L'ajout d'un élément dans cette liste ne garanti pas qu'il sera utilisé dans le plan de financement final, si le plan peut être satisfait avec un sous ensemble des lignes, ou si l'emprunteur n'est pas elligible à certain de ces prêts (PTZ...). |
GrandiozProfile (object) or MonthlyVaryingProfile (object) or YearlyVaryingProfile (object) or CustomProfile (object) | |
object (ActivePartner) Partenaire bancaire actif: il s'agit d'un partenaire issue de la base de partenaires, ayant un role sur le dossier courant. | |
object (DebtConsolidation) Projet de rachat ou de regroupement de crédits. | |
BaseHouseholdDetails (object) or LightLegalPerson (object) |
{- "objective": "MINIMIZE_COST",
- "bypass_instalment_constraints": false,
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "project": {
- "type": "DEBT_CONSOLIDATION",
- "loans_to_consolidate": [
- {
- "yearly_rate": 0,
- "duration_months": 0,
- "initial_capital": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "smoothable_elements": [
- {
- "type": "SMOOTHABLE_CHARGE",
- "start_month": 0,
- "end_month": 0,
- "monthly_payment": 0,
- "charge_name": "string"
}
], - "first_monthly_payment_date": "2019-08-24T14:15:22Z",
- "ira": {
- "type": "LEGAL",
- "value": 0
}
}
], - "expenses": {
- "other_expenses": 0
}
}, - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "finance": {
- "personal_funding": 0,
- "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}, - "civil": {
- "birth_date": "2019-08-24T14:15:22Z"
}
}
], - "finance": {
- "personal_funding": 0,
- "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}
}
}
{- "data": {
- "funding_plan": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}, - "monthly_values": [
- 0
]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}, - "loans_remaining_costs": [
- {
- "capital": 0,
- "insurance_cost": 0,
- "interest_cost": 0,
- "ira": {
- "type": "LEGAL",
- "value": 0
}
}
], - "insurance_gain": 0,
- "interests_gain": 0,
- "total_gain": 0,
- "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}
Calcule une simulation LMNP
objective | string (SimulationObjective) Enum: "MINIMIZE_COST" "MINIMIZE_INSTALMENT" Objectif de la simulation:
|
bypass_instalment_constraints | boolean Default: false Permet de ne pas tenir compte des contraintes maximal_monthly_payment et maximal_debt_ratio et de renvoyer un plan de financement dans tous les cas, en mode MINIMIZE_INSTALMENT. |
maximal_monthly_payment | number >= 0 Mensualité maximale, à ne pas dépasser. |
maximal_debt_ratio | number [ 0 .. 100 ] Pourcentage d'endettement à ne pas dépasser. En général égal à 33% des revenus de l'emprunteur. |
object (FundingFees) Frais relatifs au plan de financement: frais de dossier bancaire et frais de courtage. | |
required | Array of FreeLoan (object) or PtzLoan (object) or BossLoan (object) or BridgeLoan (object) or SmoothableCharge (object) (AvailableLoan) Type(s) de prêt à considérer pour la simulation. L'ajout d'un élément dans cette liste ne garanti pas qu'il sera utilisé dans le plan de financement final, si le plan peut être satisfait avec un sous ensemble des lignes, ou si l'emprunteur n'est pas elligible à certain de ces prêts (PTZ...). |
GrandiozProfile (object) or MonthlyVaryingProfile (object) or YearlyVaryingProfile (object) or CustomProfile (object) | |
object (ActivePartner) Partenaire bancaire actif: il s'agit d'un partenaire issue de la base de partenaires, ayant un role sur le dossier courant. | |
object (LightLMNP) Projet d'investissement dans le cadre du dispositif LMNP. | |
RentalInvestmentHouseholdDetails (object) or LightLegalPerson (object) |
{- "objective": "MINIMIZE_COST",
- "bypass_instalment_constraints": false,
- "maximal_monthly_payment": 0,
- "maximal_debt_ratio": 100,
- "funding_fees": {
- "broker_fees": 0,
- "include_broker_fees_in_taeg": false,
- "file_management_fees": 0
}, - "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- {
- "rate": 0,
- "period_start": 1,
- "period_end": 1
}
], - "max_duration_months": 0,
- "insurances": [
- {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}
], - "guaranty": {
- "type": "HYPOTHEQUE",
- "value": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "max_amortization": 0,
- "max_amount": 0,
- "min_amortization": 0,
- "min_amount": 0,
- "loan_name": "string"
}
], - "profile": {
- "type": "GRANDIOZ",
- "initial_monthly_payment": 0
}, - "bank": {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}, - "project": {
- "type": "LMNP",
- "tax_mode": "REAL",
- "guestroom_or_classified": false,
- "monthly_rent_value": 0,
- "monthly_rent_value_yearly_evolution_rate": -100,
- "price_yearly_evolution_rate": -100,
- "renting_charges_rate": 100,
- "duration": 0,
- "property": {
- "type": "NEW_PROPERTY",
- "calls_for_funds": {
- "type": "PROPORTIONAL",
- "calls": [
- {
- "percentage": 100,
- "date": 0,
- "reason": "string"
}
]
}, - "expenses": {
- "price": 0,
- "furnitures_price": 0,
- "other_expenses": 0,
- "vat": 0,
- "other_taxes": 0,
- "fees": {
- "agency_fees": 0,
- "notary_fees": 0
}
}
}
}, - "actor": {
- "type": "HOUSEHOLD",
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "persons": [
- {
- "is_borrower": true,
- "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}, - "civil": {
- "birth_date": "2019-08-24T14:15:22Z",
- "family_situation": {
- "marital_status": "MARRIED"
}
}
}
], - "finance": {
- "personal_funding": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
]
}
}
}
{- "data": {
- "funding_plan": {
- "status": "OPTIMAL",
- "loans": [
- {
- "type": "FREE_LOAN",
- "yearly_rate": 100,
- "yearly_rates": [
- 0
], - "duration_months": 0,
- "amount": 0,
- "guaranty": {
- "type": "HYPOTHEQUE",
- "guaranty_commission": 0,
- "mutualized_guaranty_contribution": 0
}, - "grace_period": {
- "type": "PARTIAL",
- "length": 0
}, - "amortizations": [
- 0
], - "interests": [
- 0
], - "insurances": [
- {
- "insurance": {
- "type": "INITIAL_CAPITAL",
- "rate": 100,
- "quota": 100,
- "risks_covered": [
- "ITT"
], - "mandatory": true,
- "company": "string",
- "person": "string",
- "comment": "string"
}, - "monthly_values": [
- 0
]
}
], - "released_amounts": [
- 0
], - "remaining_capital": [
- 0
], - "capitalized_interests": [
- 0
], - "preamortizations": [
- 0
], - "interests_cost": 0,
- "insurance_cost": 0,
- "preamortization_cost": 0,
- "capitalized_interests_cost": 0,
- "loan_name": "string"
}
], - "taegs": {
- "free_taeg": 0,
- "free_taeg_above_wear_rate": true,
- "free_variable_rate_taeg": 0,
- "free_variable_rate_taeg_above_wear_rate": true,
- "bridge_taeg": 0,
- "bridge_taeg_above_wear_rate": true
}, - "summary": {
- "effective_maximal_monthly_payment": 0,
- "duration_months": 0,
- "total_interests": 0,
- "total_insurances": 0,
- "total_guaranty": 0,
- "total_capitalized_interests": 0,
- "total_preamortizations": 0,
- "final_debt_ratio": 0,
- "total_personal_funding": 0,
- "total_revenues": 0,
- "max_total_charges": 0,
- "max_total_persistant_loans": 0,
- "min_remaining_for_living": 0,
- "jump_charge": 0,
- "zone": "A"
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}, - "income_information": {
- "income_tax": 0,
- "slice_number": 1,
- "average_rate": 0,
- "cehr": 0,
- "family_coefficient": 0,
- "remaining_capacity_in_slice": 0
}, - "notary_fees": 0,
- "lmnp_table": {
- "price_evolution": [
- 0
], - "renting_evolution": [
- 0
], - "renting_received": [
- 0
], - "interests": [
- 0
], - "insurances": [
- 0
], - "deductible_charges": [
- 0
], - "renting_result": [
- 0
], - "tax_on_renting_result": [
- 0
], - "amortization": [
- 0
], - "resulting_tax_impact": [
- 0
], - "treasury": [
- 0
]
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}
Calcule le score d'un dossier
name | string Nom du dossier |
assigned_to | string ID de l'utilisateur à qui est assigné le dossier |
copied_from | string ID du dossier parent, si ce dossier a été créé par copie |
status | string (CaseStatus) Enum: "NEW" "INSTRUCTION" "SENT_TO_BANK" "GRANTED_BANK" "REFUSED_BANK" "CUSTOMER_ACCEPTED" "COMPLETED" "INVOICED" "CLOSED" "CANCELED" État de l'avancement du dossier. |
comment | string Commentaire sur le dossier |
Array of objects | |
HouseholdDetails (object) or LegalPerson (object) | |
Array of objects (ActivePartner) Liste des intervenants sur le dossier: notaire, courtier, conseiller clientèle banque, agent immobilier, etc... | |
Budget (object) or HouseConstruction (object) or OldProperty (object) or NewProperty (object) or Works (object) or Land (object) or DebtConsolidation (object) or Pinel (object) or BalancingAdjustment (object) or LMNP (object) Projet. |
{- "name": "string",
- "assigned_to": "string",
- "copied_from": "string",
- "status": "NEW",
- "comment": "string",
- "candidate_simulations": [
- {
- "plan_id": "string",
- "simulation_id": "string",
- "selected": true
}
], - "actor": {
- "type": "HOUSEHOLD",
- "persons": [
- {
- "is_borrower": true,
- "is_advertising_agreed": false,
- "is_transmission_agreed": false,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
], - "notaries": [
- {
- "type": null,
- "id": null,
- "name": null,
- "address": null,
- "contact": null,
- "main_contact": null,
- "email": null,
- "phone_number": null,
- "role": null,
- "sub_entity": null,
- "agreement_number": null,
- "logo_uri": null,
- "comment": null
}
]
}, - "comment": "string"
}
]
}, - "profession": {
- "socio_professional_group": {
- "type": "AGRICULTEURS_EXPLOITANTS",
- "category": "AGRICULTEURS_PETITE_EXPLOITATION"
}, - "status": "EMPLOYEE",
- "worker": {
- "type": "EMPLOYEE",
- "contract_type": "CDD",
- "sub_contract_type": "TRIAL_PERIOD",
- "profession": "string",
- "employer": "string",
- "employer_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "hiring_date": "2019-08-24T14:15:22Z",
- "employees_number": 0,
- "end_contract_date": "2019-08-24T14:15:22Z",
- "end_trial_date": "2019-08-24T14:15:22Z"
}
}, - "civil": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "birth_name": "string",
- "birth_date": "2019-08-24T14:15:22Z",
- "birth_place": "string",
- "email": "string",
- "phone_number": "string",
- "residency_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact_address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "family_situation": {
- "marital_status": "MARRIED",
- "marital_status_since": "2019-08-24T14:15:22Z",
- "is_in_relation_with": "string",
- "matrimony_regime": "NOT_APPLICABLE",
- "divorce_procedure": "MUTUAL_CONSENT",
- "marital_country": "string"
}, - "housing": {
- "housing_status": "HOMEOWNER",
- "housing_status_since": "2019-08-24T14:15:22Z"
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}, - "nationality": "string",
- "residence_permit": {
- "number": "string",
- "delivery_date": "2019-08-24T14:15:22Z",
- "expiry_date": "2019-08-24T14:15:22Z"
}, - "insurance_questionnaire": {
- "smoker": true,
- "electronic_smoker": true,
- "annual_kilometers": 0,
- "risky_sports_activities": true,
- "height_of_work": 0,
- "manual_labor": true,
- "risky_manual_labor": true,
- "risky_products_handling": true,
- "jobs_at_risk_types": "SECURITY_FIREFIGHTER_POLICE",
- "comment": "string"
}
}
}
], - "children": [
- {
- "birth_date": "2019-08-24T14:15:22Z",
- "shared_custody": false
}
], - "dependent_persons": [
- {
- "type": "MOTHER",
- "comment": "string"
}
], - "first_time_buyer": false,
- "people_count": 1,
- "children_count": 0,
- "dependent_persons_count": 0,
- "finance": {
- "personal_funding": 0,
- "acquisition_percentage": 0,
- "income_tax": {
- "fiscal_reference_revenue_Nminus1": 0,
- "fiscal_reference_revenue_Nminus2": 0,
- "income_tax_Nminus1": 0,
- "income_tax_Nminus2": 0
}, - "revenues": [
- {
- "type": "SALARY",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "comment": "string"
}
], - "charges": [
- {
- "type": "RENT",
- "monthly_amount": {
- "figure": 0,
- "weight": 100
}, - "continue_after_project": false,
- "start_month": 0,
- "end_month": 0,
- "smoothable": false,
- "comment": "string"
}
], - "current_loans": [
- {
- "type": "MORTGAGE",
- "future": "REIMBURSED_BEFORE_PROJECT",
- "monthly_payment": {
- "figure": 0,
- "weight": 100
}, - "smoothable": false,
- "remaining_capital": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "lender": "string",
- "comment": "string"
}
], - "patrimony": [
- {
- "type": "LIVRET_A",
- "breakup": {
- "type": "PLEINE_PROPRIETE",
- "portion": 100
}, - "value": 0,
- "remaining_capital": 0,
- "buying_or_opening_date": "2019-08-24T14:15:22Z",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "is_mortgaged": true,
- "is_for_sale": true,
- "for_sale": {
- "price": 0,
- "agency_fees": 0,
- "taxes": 0,
- "since": "2019-08-24T14:15:22Z",
- "dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "agencies": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "notaries": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
]
}, - "comment": "string"
}
]
}, - "bank_info": {
- "current_agency": "string",
- "current_bank": "string",
- "customer_since": "2019-08-24T14:15:22Z",
- "departement": "string",
- "rib": {
- "iban": "string",
- "bic": "string",
- "bank_code": "strin",
- "agency_code": "strin",
- "account_number": "stringstrin",
- "key": "st",
- "bank_name": "string"
}
}
}, - "partners": [
- {
- "type": "NOTARY",
- "id": "string",
- "name": "string",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "main_contact": {
- "courtesy": "MR",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "comment": "string"
}, - "email": "string",
- "phone_number": "string",
- "role": "BUYER_SIDE",
- "sub_entity": "string",
- "agreement_number": "string",
- "logo_uri": "string",
- "comment": "string"
}
], - "project": {
- "type": "BUDGET",
- "administrative_information": {
- "nature": "FLAT",
- "state": "VEFA",
- "destination": "MAIN_PROPERTY",
- "address": {
- "address": "string",
- "postal_code": "string",
- "city": "string",
- "country": "string",
- "insee_code": "string"
}, - "project_dates": {
- "sales_agreement_date": "2019-08-24T14:15:22Z",
- "conditions_precedent_end_date": "2019-08-24T14:15:22Z",
- "signature_date": "2019-08-24T14:15:22Z"
}, - "land_register_reference": "string",
- "description": "string"
}, - "dpe_rate": "A",
- "expenses": {
- "other_expenses": 0
}, - "comment": "string"
}
}
{- "data": {
- "rates": [
- {
- "duration": 0,
- "rate": 0
}
], - "score": 0
}
}
Calcule les frais de notaires
state required | string (NotaryFeesState) Enum: "OLD" "NEW" "LAND" Etat de l'acquisition, au sens des frais de notaire. |
department | string Département de l'acquisition (laisser vide si le département est inconnu). |
price required | number >= 0 Prix du bien à acquérir. |
{- "state": "OLD",
- "department": "string",
- "price": 0
}
{- "data": {
- "fees": 0
}
}
Calcule le montant d'impôts
fiscal_reference_revenue | number >= 0 Revenue fiscal de référence (fiscal_reference_revenue et net_monthly_revenue sont exclusifs). |
net_monthly_revenue | number >= 0 Revenue mensuel net (fiscal_reference_revenue et net_monthly_revenue sont exclusifs). |
children_in_charge | integer >= 0 Default: 0 Nombre d'enfant(s) à charge. |
marital_status | string (MaritalStatus) Enum: "MARRIED" "SINGLE" "SEPARATED" "WIDOWER" "DIVORCED" "DIVORCE_ONGOING" "PACSED" "LIVING_TOGETHER" Statut marital |
apply_ten_percent_discount | boolean Default: false Application (ou pas) des 10% de déduction forfaitaire pour frais réels. |
{- "fiscal_reference_revenue": 0,
- "net_monthly_revenue": 0,
- "children_in_charge": 0,
- "marital_status": "MARRIED",
- "apply_ten_percent_discount": false
}
{- "data": {
- "income_tax": 0,
- "slice_number": 1,
- "average_rate": 0,
- "cehr": 0,
- "family_coefficient": 0,
- "remaining_capacity_in_slice": 0
}
}
Simule un contrat d'assurance vie
mode required | string Enum: "FINAL_CAPITAL" "INITIAL_CAPITAL" "MONTHLY_PAYMENT" "YEARLY_AVERAGE_PERFORMANCE" Mode de simulation: grandeur recherchée |
required | object |
required | Array of objects (LifeInsuranceInstallmentItem) Liste des versements, incluant le versement initial |
Array of objects (LifeInsurancePurchaseItem) Liste des rachats | |
Array of objects (LifeInsuranceAdvanceItem) Liste des avances | |
Array of objects (LifeInsuranceAdjudicationItem) Liste des arbitrages | |
object Frais sur les opérations du contrat d'assurance vie: versement initial, persement ponctuel, versement régulier, rachat, avance, arbitrage et gestion (du fond euro et UC). | |
object Performance annuelle brute de frais de gestion des fonds euro et non euro. Le nombre d'élèments doit correspondre à la durée du contrat, soit le nombre d'années entre les paramètres subscription_date et horizon_date. | |
object Impositions des plus-values |
{- "mode": "FINAL_CAPITAL",
- "contract_parameters": {
- "subscription_date": "2019-08-24T14:15:22Z",
- "valuation_date": "2019-08-24T14:15:22Z",
- "horizon_date": "2019-08-24T14:15:22Z",
- "percentage_in_non_euro_fund": 0
}, - "installments": [
- {
- "type": "INITIAL",
- "amount": 0,
- "percentage_in_euro_fund": 100,
- "date_or_periodicity": {
- "date": "2019-08-24T14:15:22Z"
}
}
], - "purchases": [
- {
- "type": "ONE_TIME",
- "amount": 0,
- "percentage_in_euro_fund": 100,
- "date_or_periodicity": {
- "date": "2019-08-24T14:15:22Z"
}
}
], - "advances": [
- {
- "amount": 0,
- "percentage_in_euro_fund": 100,
- "date_out": "2019-08-24T14:15:22Z",
- "date_in": "2019-08-24T14:15:22Z"
}
], - "adjudications": [
- {
- "type": "FROM_EURO_FUNDS",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
], - "fees": {
- "initial_installment": {
- "percentage": 0
}, - "installment": {
- "percentage": 0
}, - "regular_installment": {
- "percentage": 0
}, - "purchase": {
- "percentage": 0
}, - "advance": {
- "percentage": 0
}, - "adjudication": {
- "percentage": 0
}, - "management_euro_fund": {
- "percentage": 0
}, - "management_non_euro_fund": {
- "percentage": 0
}
}, - "funds_yearly_performances": {
- "euro": [
- 0
], - "non_euro": [
- 0
]
}, - "taxes": {
- "tax_mode": "ONE_SHOT_PAYING",
- "marginal_tax_rate": 100,
- "allowance": 0
}
}
{- "data": {
- "table_euro_fund": {
- "capital": [
- 0
], - "installments": [
- 0
], - "gains": [
- 0
], - "purshases": [
- 0
], - "fees": [
- 0
], - "advances": [
- 0
], - "adjudications": [
- 0
]
}, - "table_non_euro_fund": {
- "capital": [
- 0
], - "installments": [
- 0
], - "gains": [
- 0
], - "purshases": [
- 0
], - "fees": [
- 0
], - "advances": [
- 0
], - "adjudications": [
- 0
]
}, - "summary_euro_fund": {
- "capital": 0,
- "installment": 0,
- "gains": 0,
- "purshase": 0,
- "fees": 0,
- "advance": 0,
- "adjudication": 0
}, - "summary_non_euro_fund": {
- "capital": 0,
- "installment": 0,
- "gains": 0,
- "purshase": 0,
- "fees": 0,
- "advance": 0,
- "adjudication": 0
}, - "logs": [
- {
- "level": "INFO",
- "message": "string"
}
]
}
}
Checkout une nouvelle souscription
success_url required | string URL de retour en cas de succès du checkout. |
cancel_url required | string URL de retour en cas d'échec du checkout. |
type required | string (SubscriptionType) Enum: "SOLO" "TEAM" "ENTERPRISE" "START" "PROPULSION" Type de souscription. |
{- "success_url": "string",
- "cancel_url": "string",
- "type": "SOLO"
}
{- "data": {
- "url": "string"
}
}
Liste les souscriptions
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "source": "STRIPE",
- "type": "SOLO",
- "name": "string",
- "status": "ACTIVE",
- "valid_until": "2019-08-24T14:15:22Z",
- "scopes": [
- "string"
], - "quantity": 1,
- "used": 0,
- "metered_items": [
- {
- "name": "string",
- "ref": "string",
- "paths": [
- {
- "method": "POST",
- "path": "string"
}
]
}
]
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Retourne une souscription par ID
id required | string ID unique de la ressource |
{- "data": {
- "id": "string",
- "attributes": {
- "source": "STRIPE",
- "type": "SOLO",
- "name": "string",
- "status": "ACTIVE",
- "valid_until": "2019-08-24T14:15:22Z",
- "scopes": [
- "string"
], - "quantity": 1,
- "used": 0,
- "metered_items": [
- {
- "name": "string",
- "ref": "string",
- "paths": [
- {
- "method": "POST",
- "path": "string"
}
]
}
]
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Manage une souscription
id required | string ID unique de la ressource |
return_url required | string URL de retour. |
{- "return_url": "string"
}
{- "data": {
- "url": "string"
}
}
Mets à jour le nom d'une souscription
id required | string ID unique de la ressource |
If-Match | string ETag de la ressource |
name required | string Nom de la resource. |
{- "name": "string"
}
{- "data": {
- "id": "string",
- "attributes": {
- "source": "STRIPE",
- "type": "SOLO",
- "name": "string",
- "status": "ACTIVE",
- "valid_until": "2019-08-24T14:15:22Z",
- "scopes": [
- "string"
], - "quantity": 1,
- "used": 0,
- "metered_items": [
- {
- "name": "string",
- "ref": "string",
- "paths": [
- {
- "method": "POST",
- "path": "string"
}
]
}
]
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Crée un item de souscription
subscriptionId required | string ID de la souscription parente |
type required | string Enum: "APIKEY" "APP" "USER" "TEAM" Type d'item. |
ref required | string Reference de l'item. |
name | string Nom de l'item. |
{- "type": "APIKEY",
- "ref": "string",
- "name": "string"
}
{- "data": {
- "id": "string",
- "attributes": {
- "type": "APIKEY",
- "ref": "string",
- "name": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Liste les items de souscription
subscriptionId required | string ID de la souscription parente |
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "type": "APIKEY",
- "ref": "string",
- "name": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Retourne un item de souscription par ID
id required | string ID unique de la ressource |
subscriptionId required | string ID de la souscription parente |
{- "data": {
- "id": "string",
- "attributes": {
- "type": "APIKEY",
- "ref": "string",
- "name": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Supprime un item de souscription par ID
id required | string ID unique de la ressource |
subscriptionId required | string ID de la souscription parente |
If-Match | string ETag de la ressource |
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Mets à jour le nom d'un item de souscription
id required | string ID unique de la ressource |
subscriptionId required | string ID de la souscription parente |
If-Match | string ETag de la ressource |
name required | string Nom de la resource. |
{- "name": "string"
}
{- "data": {
- "id": "string",
- "attributes": {
- "type": "APIKEY",
- "ref": "string",
- "name": "string"
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Crée une invitation à une souscription
subscriptionId required | string ID de la souscription parente |
name | string Nom de l'invitation. |
hash required | string Hash de l'invitation. |
expiry_date | string <date-time> Date d'expiration. |
quantity | integer >= 1 Default: 1 Nombre d'utilisation maximum du code. |
used | integer >= 0 Default: 0 Nombre d'utilisation actuelle du code. |
{- "name": "string",
- "hash": "string",
- "expiry_date": "2019-08-24T14:15:22Z",
- "quantity": 1,
- "used": 0
}
{- "data": {
- "id": "string",
- "attributes": {
- "name": "string",
- "hash": "string",
- "expiry_date": "2019-08-24T14:15:22Z",
- "quantity": 1,
- "used": 0
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Liste les invitations à la souscription
subscriptionId required | string ID de la souscription parente |
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "name": "string",
- "hash": "string",
- "expiry_date": "2019-08-24T14:15:22Z",
- "quantity": 1,
- "used": 0
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Retourne une invitation à la souscription par ID
id required | string ID unique de la ressource |
subscriptionId required | string ID de la souscription parente |
{- "data": {
- "id": "string",
- "attributes": {
- "name": "string",
- "hash": "string",
- "expiry_date": "2019-08-24T14:15:22Z",
- "quantity": 1,
- "used": 0
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Mets à jour une invitation à une subscription par ID
id required | string ID unique de la ressource |
subscriptionId required | string ID de la souscription parente |
If-Match | string ETag de la ressource |
name | string Nom de l'invitation. |
hash required | string Hash de l'invitation. |
expiry_date | string <date-time> Date d'expiration. |
quantity | integer >= 1 Default: 1 Nombre d'utilisation maximum du code. |
used | integer >= 0 Default: 0 Nombre d'utilisation actuelle du code. |
{- "name": "string",
- "hash": "string",
- "expiry_date": "2019-08-24T14:15:22Z",
- "quantity": 1,
- "used": 0
}
{- "data": {
- "id": "string",
- "attributes": {
- "name": "string",
- "hash": "string",
- "expiry_date": "2019-08-24T14:15:22Z",
- "quantity": 1,
- "used": 0
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
}
Supprime une invitation à une souscription par ID
id required | string ID unique de la ressource |
subscriptionId required | string ID de la souscription parente |
If-Match | string ETag de la ressource |
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Utilise une invitation
token required | string Invitation à utiliser. |
{- "token": "string"
}
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Supprime la license en cours de l'utilisateur
{- "errors": [
- {
- "title": "string",
- "detail": "string",
- "source": {
- "pointer": "string",
- "parameter": "string",
- "header": "string"
}
}
]
}
Mets à jour le nom d'une license
name required | string Nom de la resource. |
{- "name": "string"
}
{- "data": {
- "type": "SOLO",
- "name": "string"
}
}
Liste les membres associés à la license de l'utilisateur
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "ref": "string",
- "name": "string"
}
]
}
Liste les requêtes associées à la souscription
subscriptionId required | string ID de la souscription parente |
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "timestamp": "2019-08-24T14:15:22Z",
- "method": "POST",
- "uri": "string",
- "status": 0
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}
Liste les enregistrements de l'utilisation d'une souscription
subscriptionId required | string ID de la souscription parente |
page[size] | number [ 0 .. 100 ] Default: 10 Taille de la page à retourner |
page[cursor] | string Curseur à partir duquel la prochaine page débute |
ordering | string Default: "desc" Enum: "asc" "desc" Sens de parcours de la liste |
{- "meta": {
- "page": {
- "cursor": "string"
}
}, - "links": {
- "next": "string"
}, - "data": [
- {
- "id": "string",
- "attributes": {
- "timestamp": "2019-08-24T14:15:22Z",
- "ref": "string",
- "count": 0
}, - "meta": {
- "etag": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "last_updated_at": "2019-08-24T14:15:22Z",
- "last_updated_by": "string"
}
}
]
}