Closed WaltMit closed 3 years ago
Does this have ability to have the returned property listing data have the long version of the lookup data?
I think it may be a parameter of format=compact-decoded in the url to the rets server.
I think this does decode lookup values to long values because I found this
public string Format { get; set; } = "COMPACT-DECODED";
in
RetsSdk/Models/SearchRequest.cs
Does this have ability to have the returned property listing data have the long version of the lookup data?
I think it may be a parameter of format=compact-decoded in the url to the rets server.