What were you trying to do?
Update a customer's birthdate
What did you expect to see?
The birthdate passed in a POST would be returned in a GET for that customer
What did you see?
Posting a birthDate value to the customers/{customerID} did not add the birthdate for that customer.
How can we reproduce the problem?
For an existing customer, POST an updated customer object with birthDate: "1980-07-13" included. The response does not include that property, and subsequent GET requests for that customer will not include the birthDate property.
Customers Version:
0.5.0-dev25
What were you trying to do? Update a customer's birthdate
What did you expect to see? The birthdate passed in a POST would be returned in a GET for that customer
What did you see? Posting a
birthDate
value to thecustomers/{customerID}
did not add the birthdate for that customer.How can we reproduce the problem? For an existing customer, POST an updated customer object with
birthDate: "1980-07-13"
included. The response does not include that property, and subsequent GET requests for that customer will not include the birthDate property.Example POST:
Example response: