GRESB / api-docs

http://gresb.github.io/api-docs/
3 stars 0 forks source link

Validation endpoint returns string for asset_size and certification size #68

Closed gwgrubbs closed 4 years ago

gwgrubbs commented 4 years ago

The data dictionary specifies a data type of numeric for certification "size" and annual data "asset_size", but validation errors returned from

[POST] /api/v1/entities/{entityId}/assets/validation

return the values as strings.

Expected: 1757330.0 Actual: "1757330.0"

gresbtim commented 4 years ago

hi @gwgrubbs

thanks for reporting this, we rolled out a fix.