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
From @stevebrownlee on July 22, 2017 19:39
Update the Order detail JSON object should contain all nested Product information.
For example:
{ OrderId: 21, CustomerId: 16, PaymentTypeId: 83, Products: [ { ProductId: 156, Name: "Kite", Price: 14.25 Quantity: 1 }, { ProductId: 212, Name: "Roller blades", Price: 88.99 Quantity: 1 } ] }
Copied from original issue: nashville-software-school#10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From @stevebrownlee on July 22, 2017 19:39
Update the Order detail JSON object should contain all nested Product information.
For example:
Copied from original issue: nashville-software-school#10
The text was updated successfully, but these errors were encountered: