}
@Override
public ExternalIDRepresentation create(ExternalIDRepresentation representation) throws SDKException {
if (representation == null || representation.getManagedObject() == null || representation.getManagedObject().getId() == null) {
throw new SDKException("Cannot determine global id value");
}
Map<String, String> filter = new HashMap<String, String>();
filter.put(GLOBAL_ID, representation.getManagedObject().getId().getValue());
String path = templateUrlParser.replacePlaceholdersWithParams(getIdentityRepresentation().getExternalIdsOfGlobalId(), filter);