Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPD example in CreateServiceRequest PDF documentation appears to be invalid #2

Open
toolness opened this issue Apr 22, 2019 · 0 comments

Comments

@toolness
Copy link
Contributor

The PDF documentation for CreateServiceRequest contains the following HPD example payload:

{
 'Problem':'General',
 'ProblemDetails':'Cooking Gas',
 'AdditionalDetails':'Shut-Off',
 'LocationType':'Building-Wide',
 'LocationDetails':'Building-Wide',
 'AnonymousRequired':'Yes',
 'Description':'Flooring and more',
 'DateTimeObserved':'2018-05-18',
 'Agency':'HPD',
 'FullAddress':'1020340003',
 'Contact':{
 'NotificationEmail':'test2@ia.com',
 'FirstName':'Tom',
 'LastName':'Smithh',
 'Street1':'102',
 'Street2':'Broadway',
 'Borough':'Manhattan',
 'ZipCode':null,
 'City':'New York',
 'State':'NY'
 },
 'Addonproblems':[
 { 'Problem':'General',
 'ProblemDetails':'Cooking Gas',
 'AdditionalDetails':'Shut-Off'}
 ]
}

However, actually submitting this payload fails with an HTTP 400 with error code BadRequest, message WhatTimeOfdayDoesTheProblemOccur is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant