[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How do you handle a combined primary unique index with a single endpoint REST URI?

  • Thread starter Thread starter Akshay Guleria
  • Start date Start date
Status
Not open for further replies.
A

Akshay Guleria

Guest
I agree with onnodehaan . I would usually prefer to have a unique index on customer number if possible at all. In this case Solution 2 is simple to use. But if normalisation in not possible at all then use Solution 1. The only thing I would like to mention is that do not use colon `:` as a delimiter. Colon `:` is a common character used in URLs. For clarity reasons I would use some other character like underscore `_` or hyphen `-`. You can read more interesting stuff about URLs here , if you wish to.

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