Merge pull request #9712 from mfo/US/add-enseigne-to-personne-morale
amelelioration(API): ajoute l'enseigne aux personnes morales
This commit is contained in:
commit
8ff1616e52
2 changed files with 2 additions and 0 deletions
|
@ -2220,6 +2220,7 @@ type Entreprise {
|
|||
effectif pour un mois donné
|
||||
"""
|
||||
effectifMensuel: Effectif
|
||||
enseigne: String
|
||||
etatAdministratif: EntrepriseEtatAdministratif
|
||||
formeJuridique: String
|
||||
formeJuridiqueCode: String
|
||||
|
|
|
@ -30,6 +30,7 @@ module Types
|
|||
field :prenom, String, null: true
|
||||
field :attestation_sociale_attachment, Types::File, null: true
|
||||
field :attestation_fiscale_attachment, Types::File, null: true
|
||||
field :enseigne, String, null: true
|
||||
|
||||
def attestation_sociale_attachment
|
||||
load_attachment_for(:entreprise_attestation_sociale_attachment)
|
||||
|
|
Loading…
Reference in a new issue