Contractor
[FR: Fournisseur]
type Contractor {
activity: ContractorActivity
address: Address
bankingDetails: BankingDetails
billingAddress: Address
comment: String
createdDate: DateTime!
description: String
id: UUID!
interventionCity: String
legalDocuments: Folder
legalStatus: LegalStatusEnum
nafOrApe: String
officialContact: OfficialContact
organizationId: UUID!
other: Folder
perimeter: ContractorPerimeter @deprecated
priceList: Folder
rcs: String
siren: String
siret: String
tva: String
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| activity | ContractorActivity enum | The contractor's activity type. [FR: Domaine d'activité / Corps d'état] |
| address | Address object | [FR: Adresse du siège social / domiciliation] |
| bankingDetails | BankingDetails object | [FR: Coordonnées bancaires] |
| billingAddress | Address object | [FR: Adresse de facturation] |
| comment | String scalar | [FR: Commentaire] |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| description | String scalar | [FR: Code APE] |
| id | UUID! non-null scalar | Unique identifier of the entity |
| interventionCity | String scalar | City in which the contractor operates. [FR: Ville d'intervention] |
| legalDocuments | Folder object | [FR: Documents juridiques] |
| legalStatus | LegalStatusEnum enum | The legal status under which the contractor operates [FR: Régime juridique] |
| nafOrApe | String scalar | [FR: Code NAF] |
| officialContact | OfficialContact object | Only uses mail / landline / mobile / website [FR: Coordonnées de contact] |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| other | Folder object | [FR: Autres documents] |
| priceList | Folder object | [FR: Grille tarifaire] |
| rcs | String scalar | [FR: Numéro et identification du RCS] |
| siren | String scalar | [FR: SIREN] |
| siret | String scalar | [FR: SIRET] |
| tva | String scalar | [FR: Identifiant TVA] |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity contractor createContractor deleteContractor updateContractor updateContractorLegalDocuments updateContractorOtherDocuments updateContractorPriceList PaginatedContractors |