• We have a problem trying to pass a value for Council Tax Band from Property Hive to Right Move.

    The value is showing on the website but is not showing on Right Move

    Right Move support replied with this message:

    To confirm within the plugin are you able to add new fields, to be sent in the feed?
    
     “council_tax_band”: {
           “type”: [
            “string”,
            “null”
           ],
           “enum”: [
            “A”,
            “B”,
            “C”,
            “D”,
            “E”,
            “F”,
            “G”,
            “H”,
            “I”,
            “TBC”
           ],
           “id”: “council_tax_band”,
           “required”: false,
           “description”: “The council tax band of the property: A, B, C, D, E, F, G, H, I, TBC. TBC should only be used where the property is a new build and has yet to have a band assigned”
          }
  • The topic ‘Passing Council Tax Band to Right Move’ is closed to new replies.