# Update Customer Update a specific customer. Endpoint: PUT /api/v1/customer/{id} Version: 1.0 ## Path parameters: - `id` (integer, required) ## Request fields (application/json): - `code` (integer) Customer numeric code. Unique per company. Example: 10001 - `activity` (integer) Identifier for main activity. See ApiCustomerActivityListReadDto.java for structure. Example: 5 - `brand` (integer) Identifier for the associated brand. See ApiBrandListReadDto.java for structure. Example: 2 - `vat` (integer) Identifier for VAT type. See ApiCustomerVatTypeListReadDto.java for structure. Example: 1 - `initialSeason` (integer) Identifier for initial season. See ApiSeasonListReadDto.java for structure. Example: 4 - `country` (integer) Country identifier. See ApiCountryListReadDto.java for structure. Example: 34 - `state` (integer) State identifier. See ApiStateListReadDto.java for structure. Example: 3 - `cif` (string) Tax identification code (CIF/NIF). Example: "B12345678" - `name` (string, required) Legal name of the customer. Example: "Acme S.A." - `postalCode` (string) Postal code. Example: "03001" - `city` (string) Customer city. Example: "Alicante" - `address` (string) Postal address. Example: "Av. de la Estación, 5" - `firstPhoneNumber` (string) First phone number. Example: "+34600111222" - `secondPhoneNumber` (string) Second phone number. Example: "+34600333444" - `email` (string) Contact email address. Example: "info@acme.es" - `idKey` (string) Type of tax identification key. See ApiTaxIdentificationCode enum. Enum: "NIF", "NIF_IVA", "PASSPORT", "OFFICIAL_IDENTIFICATION_DOCUMENT", "TAX_RESIDENCE_CERTIFICATE", "OTHER_DOCUMENT_PROBATIONARY", "NOT_REGISTERED" - `commercialName` (string) Commercial name of the customer. Example: "Acme España" - `ownSupplier` (string) Own supplier code. Example: "SUPPL001" - `isActive` (boolean) True if the customer is active. Example: true - `creationDate` (string) Date of customer creation. Format: yyyy-MM-dd Example: "2020-01-01" - `inactiveDate` (string) Date when customer became inactive. Format: yyyy-MM-dd Example: "2023-08-07" - `invoiceGrouping` (string) Invoice grouping strategy. See ApiInvoiceGrouping enum for values. Enum: "DELIVERY_NOTES", "ADDRESSES" - `isSingleDeliveryNotePerOrder` (boolean) True if a single delivery note per order is required. - `showPVPR` (boolean) True if PVP rates are shown for the customer. Example: true - `evaluateDeliveryNote` (boolean) True if delivery notes must be evaluated. - `servicePriority` (integer) Priority in services assigned to the customer (0-100). Example: 1 - `ordersCopies` (integer) Number of order copies to print. Example: 1 - `deliveryNoteCopies` (integer) Number of delivery note copies to print. Example: 1 - `packingCopies` (integer) Number of packing list copies to print. Example: 1 - `invoicesCopies` (integer) Number of invoice copies to print. Example: 1 - `activeB2b` (boolean) True if the customer is allowed B2B access. Example: true - `b2bUser` (string) B2B access username. Example: "acmeusr" - `ropoCode` (string) ROPO inscription code. Example: "ROPO-2020-CR-001" - `ropoExpireDate` (string) ROPO expiration date. Format: yyyy-MM-dd Example: "2025-12-31" - `productSupplier` (boolean) True if the customer is a product supplier. - `commercialRoute` (string) Commercial route. Example: "EAST-01" - `manager` (string) Manager responsible for the customer (login or id). Example: "jdoe" - `customerAddresses` (array) List of addresses for the customer. See ApiCustomerAddressWriteDto.java for structure. - `customerAddresses.id` (integer) Address identifier. Example: 5123 - `customerAddresses.customer` (integer) Customer identifier (reference). Example: 10001 - `customerAddresses.code` (integer) Unique address code within customer. Example: 1 - `customerAddresses.name` (string) Address name or label. Example: "Headquarters" - `customerAddresses.address` (string) Street address line. Example: "Main Street, 22" - `customerAddresses.country` (integer) Country identifier (reference). Example: 34 - `customerAddresses.state` (integer) State identifier (reference). Example: 3 - `customerAddresses.representative1` (integer) Representative-1 identifier (reference person). Example: 10 - `customerAddresses.representative1commission` (number) Commission for representative 1. Example: 3 - `customerAddresses.representative1commissionType` (string) Commission type for representative 1. Enum: "PERCENTAGE", "AMOUNT_PER_UNIT", "FIXED" - `customerAddresses.representative2` (integer) Representative-2 identifier (reference person). Example: 11 - `customerAddresses.representative2commission` (number) Commission for representative 2. Example: 2 - `customerAddresses.representative2commissionType` (string) Commission type for representative 2. Enum: "PERCENTAGE", "AMOUNT_PER_UNIT", "FIXED" - `customerAddresses.representative3` (integer) Representative-3 identifier (reference person). Example: 12 - `customerAddresses.representative3commission` (number) Commission for representative 3. Example: 1.5 - `customerAddresses.representative3commissionType` (string) Commission type for representative 3. Enum: "PERCENTAGE", "AMOUNT_PER_UNIT", "FIXED" - `customerAddresses.representative4` (integer) Representative-4 identifier (reference person). Example: 13 - `customerAddresses.representative4commission` (number) Commission for representative 4. Example: 1 - `customerAddresses.representative4commissionType` (string) Commission type for representative 4. Enum: "PERCENTAGE", "AMOUNT_PER_UNIT", "FIXED" - `customerAddresses.representative5` (integer) Representative-5 identifier (reference person). Example: 14 - `customerAddresses.representative5commission` (number) Commission for representative 5. Example: 0.5 - `customerAddresses.representative5commissionType` (string) Commission type for representative 5. Enum: "PERCENTAGE", "AMOUNT_PER_UNIT", "FIXED" - `customerAddresses.city` (string) City for the address. Example: "Alicante" - `customerAddresses.firstPhoneNumber` (string) First contact phone number. Example: "+34965123456" - `customerAddresses.secondPhoneNumber` (string) Second contact phone number. Example: "+34965111111" - `customerAddresses.buyerEDI` (string) EDI code of the buyer. Example: "EDI_BUY_123" - `customerAddresses.warehouseEDI` (string) EDI code of the warehouse. Example: "EDI_WARE_001" - `customerAddresses.observations` (string) Observations for this address. Example: "Main customer delivery address" - `customerAddresses.agency` (integer) Identifier for transportation agency. Example: 5 - `customerAddresses.shippingTerm` (integer) Identifier for shipping terms. Example: 2 - `customerAddresses.isActive` (boolean) Active flag. Example: true - `customerAddresses.defaultAddress` (boolean) If true, address is marked as the default one. Example: true - `customerAddresses.email` (string) Contact email for this address. Example: "direccion@acme.es" - `customerAddresses.noProgressiveDiscounts` (boolean) If true, no progressive discounts applied for this address. - `customerAddresses.billingSeries` (integer) Billing series identifier. Example: 101 - `customerAddresses.billingSeriesCorrective` (integer) Billing series for corrective invoices. Example: 102 - `customerAddresses.updateAllDelegations` (boolean) If true, all delegations for customer will be updated. - `geographicalLocation` (string) Geographical location. See ApiGeographicalLocation enum for values. Enum: "CEUTA_MELILLA_CANARIAS", "COMMUNITY", "NATIONAL", "OTHERS" - `language` (integer) Identifier for main language. See ApiLanguageListReadDto.java for structure. Example: 1 - `paymentMethod` (integer) Identifier for payment method. See ApiPaymentMethodListReadDto.java for structure. Example: 2 - `isPaymentMethodRequired` (boolean) True if payment method is required. Example: true - `firstTerm` (integer) First payment term in days. Example: 30 - `terms` (integer) Number of payment terms. Example: 1 - `daysTerms` (integer) Days per payment term. Example: 30 - `proximityType` (string) Customer proximity type. See ApiProximityType enum. Enum: "NEARBY", "PREVIOUS", "LATER" - `discount1` (number) First discount rate (percentage). Example: 5 - `discount2` (number) Second discount rate (percentage). Example: 2 - `discount3` (number) Third discount rate (percentage). Example: 1.5 - `discount4` (number) Fourth discount rate (percentage). - `discountPp` (number) Cash discount rate (percentage). Example: 1 - `withholding` (number) Withholding tax rate (percentage). Example: 19 - `paymentDay1` (integer) Day of first payment. Example: 10 - `paymentDay2` (integer) Day of second payment. Example: 20 - `paymentDay3` (integer) Day of third payment. Example: 30 - `weekday` (string) Weekday for payment. See ApiWeekDayEnum enum. Enum: "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" - `paymentMethodObservation` (integer) Identifier for payment method observation. Example: 9 - `paymentMethodObservationDescription` (string) Payment method observation description. Example: "Special payment terms" - `account` (string) Customer's bank account number. Example: "ES9820385778983000760236" - `swift` (string) SWIFT code. Example: "CAIXESBBXXX" - `bic` (string) BIC code. Example: "CAIXESBBXXX" - `sepaDate` (string) Date when SEPA signed. Format: yyyy-MM-dd Example: "2022-06-17" - `currency` (integer) Identifier for the currency. See ApiCurrencyListReadDto.java for structure. Example: 1 - `rateCode` (integer) Identifier for the rate code. See ApiRateCodeListReadDto.java for structure. Example: 1 - `accountingAccount` (integer) Accounting account identifier. See ApiChartAccountListReadDto.java for structure. Example: 101 - `salesAccount` (integer) Sales account identifier. See ApiChartAccountListReadDto.java for structure. Example: 102 - `web` (string) Customer web site. Example: "https://www.acme.es" - `picture` (string) Picture or logo for the customer. Example: "https://www.acme.es/logo.png" - `bankName` (string) Bank name for the customer. Example: "Santander" - `contactPerson` (string) Contact person for the customer. Example: "Juan Pérez" - `observations` (array) Observations for the customer. See ApiCustomerObservationWriteDto.java for structure. - `observations.id` (integer) - `observations.title` (string, required) - `observations.description` (string, required) - `files` (array) Associated file records for the customer. See ApiCustomerFileWriteDto.java for structure. - `files.token` (string, required) - `files.fileName` (string, required) - `files.fileExtension` (string, required) - `files.fileSize` (integer) - `incomeTaxRate` (number) Income tax rate applied to this customer (percentage). Example: 19 - `sameBillingAndShippingAddress` (boolean) True if billing and shipping address are the same. Example: true - `irpfType` (string) IRPF type for the customer (enum). Enum: "LEASES", "PROFESIONAL_ACTIVITIES", "AGRO" - `tags` (array) List of customer tags. Example: ["VIP","EXPORT"] - `administrativeCenterAccountingOffice` (string) Administration center - accounting office. Example: "CC AA Madrid" - `administrativeCenterManagingBody` (string) Administration center - managing body. Example: "Dirección Territorial" - `administrativeCenterProcessingUnit` (string) Administration center - processing unit. Example: "P-1236" - `administrativeCenterProposingBody` (string) Administration center - proposing body. Example: "Oficina Central" - `vatOperationType` (integer) Identifier for the vat operation type. See ApiVatOperationTypeListReadDto.java for structure. Example: 1 ## Response 200 fields (application/json): - `id` (integer, required) Customer unique identifier. Example: 1201 - `activity` (object) Customer main activity. See ApiCustomerActivityListReadDto.java for structure. - `activity.id` (integer, required) Unique identifier of the entity Example: 1 - `activity.code` (string, required) Activity code. Example: "COM-01" - `activity.description` (string, required) Description of the activity. Example: "Wholesale Commerce" - `brand` (object) Assigned commercial brand. See ApiBrandListReadDto.java for structure. - `brand.code` (string, required) Unique brand code. Example: "NIKE" - `vat` (object) VAT type for the customer. See ApiCustomerVatTypeListReadDto.java for structure. - `vat.code` (string, required) VAT type code. Example: GENERAL, REDUCED, EXEMPT, etc. Example: "GENERAL" - `vat.description` (string) Description of the VAT type. Example: "General VAT type" - `initialSeason` (object) Starting season for the customer. See ApiSeasonListReadDto.java for structure. - `initialSeason.code` (string, required) - `initialSeason.description` (string) - `initialSeason.isCurrent` (boolean) - `initialSeason.startDate` (string, required) - `initialSeason.endDate` (string, required) - `country` (object) Country information. See ApiCountryListReadDto.java for structure. - `country.code` (string, required) Country code (usually ISO numeric or similar). Example: 724 - `country.description` (string, required) Country description or name. Example: "Spain" - `country.isoCode` (string) ISO Alpha-2 code for the country. Enum: "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AX", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BQ", "BR", "BS", "BT", "BV", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CW", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "EH", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GF", "GG", "GH", "GI", "GL", "GM", "GN", "GP", "GQ", "GR", "GS", "GT", "GU", "GW", "GY", "HK", "HM", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IO", "IQ", "IR", "IS", "IT", "JE", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MQ", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NF", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PS", "PT", "PW", "PY", "QA", "RE", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SJ", "SK", "SL", "SM", "SN", "SO", "SR", "SS", "ST", "SV", "SX", "SY", "SZ", "TC", "TD", "TF", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "UM", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW" - `country.customerVatType` (string) Type of VAT scheme for customers in this country. Example: "GENERAL" - `country.geographicalLocation` (string, required) Geographical location of the country. See ApiGeographicalLocation enum for values. Enum: "CEUTA_MELILLA_CANARIAS", "COMMUNITY", "NATIONAL", "OTHERS" - `state` (object) State information. See ApiStateListReadDto.java for structure. - `state.country` (object) - `state.isoCode` (string) - `cif` (string) Tax identification code (CIF/NIF). Example: "B12345678" - `name` (string) Legal name of the customer. Example: "Acme S.A." - `postalCode` (string) Postal code. Example: "03001" - `city` (string) Customer city. Example: "Alicante" - `firstPhoneNumber` (string) First phone number. Example: "+34600111222" - `secondPhoneNumber` (string) Second phone number. Example: "+34600333444" - `address` (string) Postal address of the customer. Example: "Av. de la Estación, 5" - `email` (string) Customer email address. Example: "info@acme.es" - `code` (integer) Customer numeric code. Unique per company. Example: 10001 - `idKey` (string) Tax identification key for the customer. See ApiTaxIdentificationCode enum. Enum: "NIF", "NIF_IVA", "PASSPORT", "OFFICIAL_IDENTIFICATION_DOCUMENT", "TAX_RESIDENCE_CERTIFICATE", "OTHER_DOCUMENT_PROBATIONARY", "NOT_REGISTERED" - `commercialName` (string) Commercial name. Example: "Acme España" - `creationDate` (string) Date of customer creation. Format: yyyy-MM-dd Example: "2020-01-01" - `inactiveDate` (string) Date when customer became inactive. Format: yyyy-MM-dd Example: "2023-08-07" - `ownSupplier` (string) Supplier code for own-company suppliers. Example: "SUPPL001" - `invoiceGrouping` (string) Grouping of invoices. See ApiInvoiceGrouping enum for values. Enum: "DELIVERY_NOTES", "ADDRESSES" - `isSingleDeliveryNotePerOrder` (boolean) True if a single delivery note per order is required. - `showPVPR` (boolean) True if PVP rates are shown for the customer. Example: true - `evaluateDeliveryNote` (boolean) True if delivery notes must be evaluated for this customer. - `servicePriority` (integer) Priority for services assigned to the customer. Example: 1 - `ordersCopies` (integer) Number of order copies to print. Example: 1 - `deliveryNoteCopies` (integer) Number of delivery note copies to print. Example: 1 - `packingCopies` (integer) Number of packing list copies to print. Example: 1 - `invoicesCopies` (integer) Number of invoice copies to print. Example: 1 - `activeB2b` (boolean) True if the customer has active B2B access. Example: true - `b2bUser` (string) B2B access username. Example: "acmeusr" - `ropoCode` (string) ROPO inscription code. Example: "ROPO-2020-CR-001" - `ropoExpireDate` (string) ROPO expiration date. Format: yyyy-MM-dd Example: "2025-12-31" - `productSupplier` (boolean) True if the customer is also a product supplier. - `manager` (object) Manager assigned to the customer. See ApiUsersReadDto.java for structure. - `manager.id` (string, required) Unique identifier of the user Example: 123 - `manager.name` (string) Full name of the user Example: "John Doe" - `manager.email` (string) Email address of the user Example: "john.doe@example.com" - `unitsSold` (number) Total units sold. Example: 12000.5 - `unitsSend` (number) Total units sent. Example: 12500 - `pendingSend` (number) Number of units pending to send. Example: 200 - `billed` (number) Total billed amount. Example: 15400.2 - `amountDue` (number) Total outstanding amount due. Example: 1500 - `unpaid` (number) Amount of unpaid bills. Example: 500 - `customerAddresses` (array) List of customer addresses. See ApiCustomerAddressListReadDto.java for structure. - `customerAddresses.code` (integer, required) Address code (unique within the customer). Example: 101 - `customerAddresses.customerCode` (string) Customer code as string. Example: "C10001" - `customerAddresses.customerName` (string) Customer name. Example: "Acme S.A." - `customerAddresses.customerId` (integer) Customer identifier (reference). Example: 10001 - `customerAddresses.customerVatTypeId` (integer) VAT Type Id for the customer. Example: 1 - `customerAddresses.customerCommercialName` (string) Customer's commercial name. Example: "Acme España" - `customerAddresses.customerEmail` (string) Email address of the customer. Example: "info@acme.es" - `customerAddresses.name` (string) Name or label for the address. Example: "Headquarters" - `customerAddresses.city` (string) City where the address is located. Example: "Alicante" - `customerAddresses.stateId` (string) State identifier (string or code). Example: "A" - `customerAddresses.state` (string) State for the address. Example: "Valencia" - `customerAddresses.stateDescription` (string) State description. Example: "A full state description" - `customerAddresses.postalCode` (string) Postal code for the address. Example: "03001" - `customerAddresses.countryId` (string) Country identifier (string or code). Example: "ES" - `customerAddresses.country` (string) Country name or code. Example: "Spain" - `customerAddresses.countryDescription` (string) Country description. Example: "España (Spain)" - `customerAddresses.address` (string) Street or detailed address. Example: "Main Street, 22" - `customerAddresses.firstPhoneNumber` (string) First contact phone. Example: "+34965123456" - `customerAddresses.cif` (string) CIF/NIF of the address (if available). Example: "B12345678" - `customerAddresses.representative1` (string) First representative (string, name/code). Example: "John Smith" - `customerAddresses.representative2` (string) Second representative. Example: "Mary Brown" - `customerAddresses.representative3` (string) Third representative. Example: "Walter Doe" - `customerAddresses.representative4` (string) Fourth representative. Example: "Ana White" - `customerAddresses.representative5` (string) Fifth representative. Example: "Lucas Black" - `customerAddresses.representative1Id` (integer) First representative ID. Example: 14 - `customerAddresses.representative2Id` (integer) Second representative ID. Example: 15 - `customerAddresses.representative3Id` (integer) Third representative ID. Example: 16 - `customerAddresses.representative4Id` (integer) Fourth representative ID. Example: 17 - `customerAddresses.representative5Id` (integer) Fifth representative ID. Example: 18 - `customerAddresses.activity` (string) Activity linked to the address. Example: "Wholesale" - `customerAddresses.brand` (object) Brand object. See ApiBrandListReadDto.java for structure. - `customerAddresses.customerIsActive` (boolean) True if the customer is active. Example: true - `customerAddresses.isActive` (boolean) True if this address is active. Example: true - `customerAddresses.classificationObservation` (object) Observation (classification). See ApiObservationListReadDto.java for structure. - `customerAddresses.classificationObservation.type` (string, required) Defines the observation types. Enum: "CLASSIFICATION", "PAYMENT_METHODS", "SHIPMENT", "PRODUCTION", "ORDERS", "BILLING", "DELIVERY_NOTE", "PACKING" - `customerAddresses.classificationObservation.blockOrder` (boolean) - `customerAddresses.hasUnpaidReceipts` (boolean) True if customer has unpaid receipts for this address. - `customerAddresses.defaultAddress` (boolean) True if this address is the default for the customer. - `customerAddresses.shippingTermId` (integer) Shipping term identifier. Example: 1 - `geographicalLocation` (string) Geographical location. See ApiGeographicalLocation enum for values. Enum: "CEUTA_MELILLA_CANARIAS", "COMMUNITY", "NATIONAL", "OTHERS" - `language` (object) Language object. See ApiLanguageListReadDto.java for structure. - `language.code` (string, required) Language code. Example: "ES" - `language.description` (string, required) Description of the language. Example: "Spanish" - `language.isoCode` (string, required) ISO Alpha-2 language code enum. Enum: "AA", "AB", "AF", "AM", "AR", "AS", "AY", "AZ", "BA", "BE", "BG", "BH", "BI", "BN", "BO", "BR", "CA", "CO", "CS", "CY", "DA", "DE", "DZ", "EL", "EN", "EO", "ES", "ET", "EU", "FA", "FI", "FJ", "FO", "FR", "FY", "GA", "GD", "GL", "GN", "GU", "GV", "HA", "HE", "HI", "HR", "HU", "HY", "IA", "ID", "IE", "IK", "IS", "IT", "IU", "JA", "JW", "KA", "KK", "KL", "KM", "KN", "KO", "KS", "KU", "KW", "KY", "LA", "LB", "LN", "LO", "LT", "LV", "MG", "MI", "MK", "ML", "MN", "MO", "MR", "MS", "MT", "MY", "NA", "NE", "NL", "NO", "OC", "OM", "OR", "PA", "PL", "PS", "PT", "QU", "RM", "RN", "RO", "RU", "RW", "SA", "SD", "SE", "SG", "SH", "SI", "SK", "SL", "SM", "SN", "SO", "SQ", "SR", "SS", "ST", "SU", "SV", "SW", "TA", "TE", "TG", "TH", "TI", "TK", "TL", "TN", "TO", "TR", "TS", "TT", "TW", "UG", "UK", "UR", "UZ", "VI", "VO", "WO", "XH", "YI", "YO", "ZA", "ZH", "ZU" - `isActive` (boolean) True if the customer is active. Example: true - `paymentMethod` (object) Customer payment method. See ApiPaymentMethodListReadDto.java for structure. - `paymentMethod.code` (integer, required) Código único del método de pago Example: 1 - `paymentMethod.description` (string, required) Descripción del método de pago Example: "Transferencia bancaria" - `paymentMethod.document` (string) Documento asociado al método de pago Example: "Contrato" - `paymentMethod.firstTerm` (integer) Primer plazo de pago en días Example: 30 - `paymentMethod.terms` (integer) Número total de plazos Example: 3 - `paymentMethod.daysTerms` (integer) Días entre plazos Example: 30 - `paymentMethod.remittance` (boolean) Indica si es una remesa Example: true - `paymentMethod.addToCustomerBase` (boolean) Indica si se debe añadir a la base de clientes Example: true - `paymentMethod.serveFullPrePaid` (boolean) Indica si sirve como pago anticipado completo - `paymentMethod.observations` (string) Observaciones adicionales Example: "Requiere verificación bancaria" - `paymentMethod.icon` (string) Icono representativo del método de pago Example: "fa-credit-card" - `paymentMethod.facturaECode` (string) Código de factura electrónica asociado Enum: "NOT_SPECIFIED", "CASH", "DOMICILED_RECEIPT", "RECEIPT", "TRANSFER", "ACCEPTED_LETTER", "LETTER_OF_CREDIT", "CONTRACT_AWARD", "BILL_OF_EXCHANGE", "PROMISORY_NOTE_IN_ORDER", "PROMISORY_NOTE_NOT_IN_ORDER", "CHECK_NOTE", "REPLACEMENT", "SPECIALS", "COMPENSATION", "POSTAL_ORDER", "FORMED_CHECK", "BANK_CHECK", "CASH_ON_DELIVERY_PAYMENT", "PAYMENT_BY_CARD" - `firstTerm` (integer) First payment term (days). Example: 30 - `terms` (integer) Number of payment terms. Example: 1 - `daysTerms` (integer) Number of days per payment term. Example: 30 - `proximityType` (string) Customer proximity type. See ApiProximityType enum. Enum: "NEARBY", "PREVIOUS", "LATER" - `discount1` (number) First discount rate (percentage). Example: 5 - `discount2` (number) Second discount rate (percentage). Example: 2 - `discount3` (number) Third discount rate (percentage). Example: 1.5 - `discount4` (number) Fourth discount rate (percentage). - `discountPp` (number) Cash discount rate (percentage). Example: 1 - `withholding` (number) Withholding tax rate (percentage). - `noProgressiveDiscounts` (boolean) No progressive discounts applied. - `paymentDay1` (integer) Day of first payment. Example: 10 - `paymentDay2` (integer) Day of second payment. Example: 20 - `paymentDay3` (integer) Day of third payment. Example: 30 - `weekday` (string) Week day for payment. See ApiWeekDayEnum enum. Enum: "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" - `account` (string) Customer account number. Example: "ES9820385778983000760236" - `swift` (string) SWIFT code. Example: "CAIXESBBXXX" - `bic` (string) BIC code. Example: "CAIXESBBXXX" - `sepaDate` (string) Date when SEPA signed. Format: yyyy-MM-dd Example: "2022-06-17" - `currency` (object) Currency object. See ApiCurrencyListReadDto.java for structure. - `currency.nomenclature` (string) - `currency.isoCode` (string) Defines the ISO currency codes. Enum: "AED", "AFA", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZM", "BAM", "BBD", "BDT", "BGL", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYR", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUP", "CVE", "CYP", "CZK", "DJF", "DKK", "DOP", "DZD", "EEK", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHC", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LVL", "LYD", "MAD", "MDL", "MGF", "MKD", "MMK", "MNT", "MOP", "MRO", "MTL", "MUR", "MVR", "MWK", "MXN", "MYR", "MZM", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "ROL", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SPL", "SRG", "STD", "SVC", "SYP", "SZL", "THB", "TJS", "TMM", "TND", "TOP", "TRL", "TTD", "TVD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEB", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XCD", "XDR", "XOF", "XPD", "XPF", "XPT", "YER", "YUM", "ZAR", "ZMK", "ZWD", "RUB", "TRY" - `currency.changeValue` (number) - `currency.significantDecimalsDocuments` (integer) - `currency.intermediateDecimalsDocuments` (integer) - `currency.decimalsCalculatePrices` (integer) - `currency.decimalsCalculateCosts` (integer) - `rateCode` (object) Customer rate code object. See ApiRateCodeListReadDto.java for structure. - `rateCode.taxesIncluded` (boolean) - `accountingAccount` (object) Accounting account object. See ApiChartAccountListReadDto.java for structure. - `accountingAccount.code` (string) Code of the chart account Example: 1000 - `accountingAccount.description` (string) Description of the chart account Example: "Cash account" - `accountingAccount.cif` (string) Tax identification number Example: "B12345678" - `accountingAccount.active` (boolean) Indicates if the account is active Example: true - `accountingAccount.color` (string) Color code for visual representation Example: "#FF5733" - `accountingAccount.parentCode` (string) Code of the parent account Example: 100 - `accountingAccount.parentDescription` (string) Description of the parent account Example: "Assets" - `salesAccount` (object) Sales account object. See ApiChartAccountListReadDto.java for structure. - `bankName` (string) Name of the customer's bank. Example: "Santander" - `contactPerson` (string) Main contact person. Example: "Juan Pérez" - `web` (string) Web URL. Example: "https://www.acme.es" - `modifiedOn` (string) When information was last updated. Format: yyyy-MM-dd'T'HH:mm:ss Example: "2024-08-07T12:30:00" - `picture` (string) Picture or logo (URL or base64). Example: "https://www.acme.es/logo.png" - `pictureToken` (string) Authentication token for the picture file. Example: "xyz-token-241235" - `observations` (array) List of customer observations. See ApiCustomerObservationListReadDto.java for structure. - `observations.title` (string, required) - `observations.modifiedOn` (string, required) - `files` (array) List of files associated to the customer. See ApiCustomerFileListReadDto.java for structure. - `files.token` (string, required) File token (unique identifier). Example: "729eda1d03b34634b8e3c81a8b2d0974" - `files.url` (string, required) URL to access or download the file. Example: "https://apihost.com/file/729eda1d03b34634b8e3c81a8b2d0974" - `files.fileName` (string, required) File name (with extension). Example: "invoice_2023.pdf" - `files.fileExtension` (string, required) File extension. Example: "pdf" - `files.fileSize` (integer) File size in bytes. Example: 1048576 - `files.modifiedOn` (string, required) Date and time the file was last modified (ISO8601). Example: "2024-08-07T18:10:55" - `incomeTaxRate` (number) Percentage of income tax for the customer. Example: 19 - `sameBillingAndShippingAddress` (boolean) True if billing and shipping address are the same. Example: true - `irpfType` (string) Type of IRPF for the customer. See ApiIRPFTypeEnum enum for values. Enum: "LEASES", "PROFESIONAL_ACTIVITIES", "AGRO" - `tags` (array) Tags assigned to the customer. Example: ["VIP","EXPORT"] - `administrativeCenterAccountingOffice` (string) Administration center - accounting office. Example: "CC AA Madrid" - `administrativeCenterManagingBody` (string) Administration center - managing body. Example: "Dirección Territorial" - `administrativeCenterProcessingUnit` (string) Administration center - processing unit. Example: "P-1236" - `administrativeCenterProposingBody` (string) Administration center - proposing body. Example: "Oficina Central" - `vatOperationType` (object) Vat operation type object. See ApiVatOperationTypeListReadDto.java for structure. - `vatOperationType.code` (string, required) Unique code of the VAT operation type Example: "E01" - `vatOperationType.description` (string, required) Description of the VAT operation type Example: "Intra-community acquisition of goods" - `vatOperationType.model347` (boolean) Indicates if the operation type is included in model 347 Example: true - `vatOperationType.model349` (boolean) Indicates if the operation type is included in model 349