Hi,
pls review testcase: 24998.zip (108.8 KB)
curl requests:
curl -v -X POST "http://localhost:8099/api/readme" -H "accept: application/json" -H "content-type: application/json" -d "{ \"Addr\": { \"Address1\": \"123 Main St\", \"Address2\": \"STE B\", \"City\": \"New York\", \"State\": \"NY\", \"ZipCode\": \"10025\" }}"
and
curl -v -X POST "http://localhost:8099/xxxx/readme" -H "accept: application/json" -H "content-type: application/json" -d "{ \"Address1\": \"123 Main St\", \"Address2\": \"STE B\", \"City\": \"New York\", \"State\": \"NY\", \"ZipCode\": \"10025\" }"