Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
P3
-
Resolution: Done
-
Affects Version/s: None
-
Labels:None
-
Template:customfield_11100 18311
-
Sprint:eHoldings Sprint 44
-
Story Points:8
-
Epic Link:
Description
When we make a POST to /eholdings/packages with the following request body, we get a 400 but with a stacktrace instead of an error response.
{ "data": { "type": "packages", "attributes": { "name": "123", "contentType": "ejournal", "customCoverage": { "beginCoverage": 2003-01-01, "endCoverage": 2003-12-01 } } } }
The issue with the above is that "beginCoverage" and "endCoverage" are not strings as expected by code.