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

  • Thread starter Thread starter Stefan Drissen
  • Start date Start date
Status
Not open for further replies.
S

Stefan Drissen

Guest
I understand the query part. How should the path be mapped? From what I see so far, using a temp-table / dataset as input from the path / query is not going to give a usable solution. Maybe an example based on tt above will help. I have defined the following rest resources: /lala/{adm_nr}/{debtor} - /lala/621/1010 /lala/{adm_nr} - /lala/621?country=NL /lala - /lala?country=NL The first allows me to get one entity using its key. The second and third allow me to search entities using a partial key (adm_nr = company) and query parameters The only sensible way I see of achieving this at the moment is to define all input temp-table fields as input parameters. Is this correct?

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