ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Returns UseMutationResult<
          ClientResponse,
          Error,
          {
              code?: string;
              name?: string;
              type?: "CUSTOMER"
              | "PROSPECT";
              phone?: string;
              email?: string;
              website?: string;
              language?: string;
              logo?: string;
              isActive?: boolean;
              currencyId?: string;
              paymentMethod?:
                  | "VIREMENT"
                  | "CHEQUE"
                  | "TRAITE"
                  | "ESPECE"
                  | "PRELEVEMENT"
                  | "CARTE"
                  | "AUTRE";
              paymentTermsDays?: number;
              isLead?: boolean;
              phonePrefix?: string;
              phoneType?: string;
              mobilePrefix?: string;
              mobileType?: string;
              isSupplier?: boolean;
              isClient?: boolean;
              isTransporter?: boolean;
              isParentPartner?: boolean;
              isCompetitor?: boolean;
              parentClientId?: string;
              canOrder?: boolean;
              canBeDelivered?: boolean;
              canBeInvoiced?: boolean;
              canPay?: boolean;
              paymentOnOrder?: boolean;
              paymentTerms?: string;
              paymentBeforeDelivery?: boolean;
              discountManagement?: boolean;
              salespersonId?: string;
              deliveryProgram?: boolean;
              incompleteDeliveryAllowed?: boolean;
              ourNumberAtClient?: string;
              backordersAllowed?: boolean;
              conformityCertificate?: boolean;
              blockShipment?: boolean;
              clientDeliveryTime?: number;
              useIncotermForStandardRanges?: boolean;
              salesIncoterm?: string;
              invoiceShippingCosts?: string;
              freightForwarder?: string;
              noteOnPreparationSlip?: string;
              noteOnDeliveryNote?: string;
              noteOnShippingSlip?: string;
              notes?: string;
              id: string;
          },
          unknown,
      >