Skip to content

MOD refactor lead meta key names to match lead endpoint payload

Refactor in order to get full matching between the meta keys in leads and the payload names user on crm_creation endpoints. The current list of meta keys used are:

  • partner_legal_state (string) whith 2 values allowed: active/on_building
  • partner_latitude (string with float format). Ex: 41.54055001520333
  • partner_longitude (string with float format). Ex: 2.4538454750224026
  • partner_full_address (string). Ex: Can Fugarolas. c/Tolón, núm 8-18. Cantonada Colón.08302 Mataró

Merge request reports