ContractorInput
[FR: Fournisseur]
input ContractorInput {
activity: ContractorActivity
address: AddressInput
bankingDetails: BankingDetailsInput
billingAddress: AddressInput
comment: String
description: String
id: UUID
interventionCity: String
legalStatus: LegalStatusEnum
nafOrApe: String
officialContact: OfficialContactInput
perimeter: ContractorPerimeter
rcs: String
siren: String
siret: String
tva: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| activity | ContractorActivity enum | — |
| address | AddressInput input | — |
| bankingDetails | BankingDetailsInput input | — |
| billingAddress | AddressInput input | — |
| comment | String scalar | — |
| description | String scalar | — |
| id | UUID scalar | Unique identifier of the entity |
| interventionCity | String scalar | — |
| legalStatus | LegalStatusEnum enum | — |
| nafOrApe | String scalar | — |
| officialContact | OfficialContactInput input | — |
| perimeter | ContractorPerimeter enum | — |
| rcs | String scalar | — |
| siren | String scalar | — |
| siret | String scalar | — |
| tva | String scalar | createContractor updateContractor |