When using the REST Service Broker with a Swagger 2.0 definition, the put operation is failing, while the get operation is successful. Testing the put operation in the Swagger Editor, both operations are successful.
Error:
Order Data:
e { "orderNumber": "11379001", "customerNumber": "022547099000", "customerName": "SomeCustomer", "customerBillToStreetAddress1": "123 Main Street", "customerBillToStreetAddress2": "Suite 100", "customerBillToCity": "Phoenix", "customerBillToState": "AZ", "customerBillToZip": "85001", "customerShipToStreetAddress1": "500 S 1st Street", "customerShipToStreetAddress2": "Suite 200", "customerShipToCity": "Fresno", "customerShipToState": "CA", "customerShipToZip": "93650" }]