We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The PDF documentation for CreateServiceRequest contains the following HPD example payload:
CreateServiceRequest
{ '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.
BadRequest
WhatTimeOfdayDoesTheProblemOccur is required
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The PDF documentation for
CreateServiceRequest
contains the following HPD example payload:However, actually submitting this payload fails with an HTTP 400 with error code
BadRequest
, messageWhatTimeOfdayDoesTheProblemOccur is required
.The text was updated successfully, but these errors were encountered: