Forum Post: RE: REST input to temp-table?

  • Thread starter Thread starter Bill Wood
  • Start date Start date
Status
Not open for further replies.
B

Bill Wood

Guest
You might not match mine exactly. The Catalog does allow for different patterns in how path is matched. You may have the path ‘above’ in the resource definition… the following truncated catalog JSON file is probably more similar to yours. But it does look like you have a mapping of Request Body to the TT_Tenant parameter, and it should be on a PUT – my next test would be to use REST debugging or Fiddler to just verify that the Content seems to match. "resources": [ { "name": "WarehouseTbl", "path": "\/Warehouse", snip "operations": [ snip { "path": "", "useBeforeImage": false, "type": "update", "verb": "put", "params": [{ "name": "dsWarehouse", "type": "REQUEST_BODY" }] snip

Continue reading...
 
Status
Not open for further replies.
Back
Top