Unable to create order

URL-http://192.168.0.116:8080/openmrs/ws/rest/v1/order

Request - { “type”: “testorder”, “encounter”: “92da037b-2d8f-46a7-9b71-4c2d68597761”, “orderType”: “131168f4-15f5-102d-96e4-000c29c2a5d7”, “patient”: “7702215b-84a0-4572-9693-cdf99e6fe6b1”, “concept”: “c404080e-1d70-11e9-aae7-309c237e754b”, “careSetting”: “6f0c9a92-6f24-11e3-af88-005056821db0”, “orderer”:"" }

Response : { “error”: { “message”: “Invalid Submission”, “code”: “webservices.rest.error.invalid.submission”, “globalErrors”: [], “fieldErrors”: { “orderer”: [ { “code”: “error.null”, “message”: “Cannot be empty or null” }, { “code”: “error.null”, “message”: “Cannot be empty or null” } ], “orderType”: [ { “code”: “Order.error.orderTypeClassMismatchesOrderClass”, “message”: “The java type of an order must match that set on associated order type” }, { “code”: “Order.error.orderTypeClassMismatchesOrderClass”, “message”: “The java type of an order must match that set on associated order type” } ] } } }

Is this a duplicate for? Unable to find parameter Orderer

No.It is different.In this post i want to know table which contain this column “orderer”.Please let me know table name and all the columns of that table .or if possible any reference place for this table.

Can you share the full stack trace at pastebin.com?