API - Fix PostRequestForElementTypePlacement() to use the given ElementType instead of the current default
When using PostRequestForElementTypePlacement(ElementType) to set a type for the end-user to place, it changes the default type to the given ElementType if it's an Annotation Symbol, Detail Item, or even a Repeating Detail.
However, when passing a View Reference, PostRequestForElementTypePlacement() will ignore the passed type and simply prompt the user to place the default View Reference type.
Please fix this bug.