Great Plains Realtors MLS- WEBAPI Feed Questions
Hi support,
We are working on the development of Great Plains MLS's API feed and we have noticed there are many fields that have a description like the one below:
<property name="BK9_LM_char10_44" type="PropertyEnums.BK9_LM_char10_44" maxlength="10"> <annotation term="Core.Description" string="RS_1:Other Room 4 Level, AU_7:Pre Offers (Y/N), LD_2:Property Faces"/> </property>
It appears these fields are used for different data points depending on property type. See examples below:
"BK9_LM_char10_44": "West",
"PropertyType": "Land",
"ListingKey": "4b5aec7a91b76035ab52c93de7171a37"
"BK9_LM_char10_44": "2nd Floor",
"PropertyType": "Residential",
"ListingKey": "000ee5629ed80b409fdde6cf1035470f"
Is it possible to create individual fields for each property to avoid errors and review the general mappings from RETS to WebAPI?
We appreciate your help!
Feed Info: WebAPI https://api.paragonapi.com/api/v2/ODa... Client ID: myJzy7d4f0FZuSqzlwpu
Good Morning,
Just wanted to check in on this.
@bwolven are you able to help out with this?
So your issue is that it is the same field name but usage differs depending on class?
@bwolven, yes that's correct.
@bwolven Is it possible to create individual fields for each property to avoid errors?
Hey @bwolven Just wanted to circle back to this one. Were you able to look into this?