First time here? Check out the FAQ!
0

How to offer confirmation of warnings?

  • retag add tags

When submitting GAMLS listings, some fields return warnings if the value is no ('N') that prevent creating the listing. For example the field LV_vow_include works if the value is 'Y', but not 'N'.

We were told there is a way to set a warning response per field, but the details are a bit fuzzy.

JeffR's avatar
JeffR
asked 2020-06-01 13:58:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You would add the parameter to to the update request similar to this one:
&WarningResponse=LV_vow_address:373=Y,LV_vow_include:365=Y
Then numeric value is the warning number returned.
Replace comma in example above with whatever is used for update field delimiter.

bwolven's avatar
bwolven
answered 2020-06-01 14:07:46 -0500, updated 2020-06-01 18:27:17 -0500
edit flag offensive 0 remove flag delete link

Comments

First, thanks for the prompt reply. I have added the warning response and can see the values coming through, but am still getting errors. I'm not sure if I'm missing something. Thanks in advance.

clipped from decoded form post (delimiter is tab, so formatting might look off):

...LM_Int4_7=3 LM_Int4_9=1225&WarningResponse=LV_vow_include:365=Y LV_vow_address:373=Y

JeffR's avatar JeffR (2020-06-03 10:29:19 -0500) edit

The RETS url is st10.rets.paragonrels.com/rets/fnisrets.aspx/GAMLS

Submission does work if both values are set to Y.

JeffR's avatar JeffR (2020-06-04 10:45:51 -0500) edit

What UserAgent value are you using?

bwolven's avatar bwolven (2020-06-04 11:27:13 -0500) edit

User-Agent: Remine

JeffR's avatar JeffR (2020-06-04 11:28:42 -0500) edit

Can you try it again on ST10 with N values and see if your WarningResponse is recognized?

bwolven's avatar bwolven (2020-06-04 11:30:18 -0500) edit

Is it working for you now?

bwolven's avatar bwolven (2020-06-04 13:52:24 -0500) edit

Sorry for the delay - I had a couple of meetings. Yes, it seems to have worked. Thank you!

JeffR's avatar JeffR (2020-06-04 14:25:36 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer