Web API: Invalid role specified for entity in relationship
Here is another error you might run into with Web API: Invalid role specified for entity in relationship It seems that, when associating two entities through an N:N, it’s important to add them to the web api request in the right sequence. For example, for this particular N:N, I originally created that N:N on the account… Read More »